diff --git a/src/onionrcommands/daemonlaunch/__init__.py b/src/onionrcommands/daemonlaunch/__init__.py index fc8857f8..8c4910f6 100755 --- a/src/onionrcommands/daemonlaunch/__init__.py +++ b/src/onionrcommands/daemonlaunch/__init__.py @@ -113,7 +113,7 @@ def daemon(): _show_info_messages() logger.info( - "Onionr daemon is running under " + str(os.getpid()), terminal=True) + f"Onionr daemon is running under pid {os.getpid()}", terminal=True) events.event('init', threaded=False) events.event('daemon_start')