clairehurst pushed to branch tor-browser-149.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • toolkit/components/tor-launcher/TorProcessAndroid.sys.mjs
    ... ... @@ -99,7 +99,7 @@ export class TorProcessAndroid {
    99 99
           type: TorOutgoingEvents.stop,
    
    100 100
           handle: this.#processHandle,
    
    101 101
         });
    
    102
    -    logger.debug("Sent the start event.");
    
    102
    +    logger.debug("Sent the stop event.");
    
    103 103
         this.#processHandle = null;
    
    104 104
         lazy.EventDispatcher.instance.unregisterListener(
    
    105 105
           this,