mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-12 16:53:11 -04:00
Log the public_mode flag as well
This commit is contained in:
parent
70b0add9ef
commit
4ebb0a3d57
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ class Web(object):
|
|||
"""
|
||||
Start the flask web server.
|
||||
"""
|
||||
self.common.log('Web', 'start', 'port={}, stay_open={}, persistent_slug={}'.format(port, stay_open, persistent_slug))
|
||||
self.common.log('Web', 'start', 'port={}, stay_open={}, public_mode={}, persistent_slug={}'.format(port, stay_open, public_mode, persistent_slug))
|
||||
if not public_mode:
|
||||
self.generate_slug(persistent_slug)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue