Fix killdaemon logging
This commit is contained in:
parent
bc3d6571bb
commit
180116a55d
@ -30,8 +30,7 @@ def kill_daemon():
|
|||||||
os.kill(int(pid.read()), SIGTERM)
|
os.kill(int(pid.read()), SIGTERM)
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
logging.error("Daemon not running/pid file missing")
|
logging.error("Daemon not running/pid file missing")
|
||||||
logging.warn('Stopping the running daemon, if one exists...', timestamp=False,
|
logging.warn('Stopping the running daemon, if one exists...')
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
kill_daemon.onionr_help = "Gracefully stops the " # type: ignore
|
kill_daemon.onionr_help = "Gracefully stops the " # type: ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user