mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 23:15:18 -04:00
Also codesign libevent-2.1.7.dylib
This commit is contained in:
parent
0b31b134ab
commit
5595acd8f0
2 changed files with 5 additions and 0 deletions
|
@ -414,6 +414,10 @@ class Onion(object):
|
|||
self.common.log("Onion", "connect", f"tor pid: {self.tor_proc.pid}")
|
||||
time.sleep(2)
|
||||
|
||||
return_code = self.tor_proc.poll()
|
||||
if return_code != None:
|
||||
self.common.log("Onion", "connect", f"tor process has terminated early: {return_code}")
|
||||
|
||||
# Connect to the controller
|
||||
self.common.log("Onion", "connect", "authenticating to tor controller")
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue