mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Log the public_mode flag as well
This commit is contained in:
parent
20c97a61ab
commit
abb270834b
@ -619,7 +619,7 @@ class Web(object):
|
|||||||
"""
|
"""
|
||||||
Start the flask web server.
|
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:
|
if not public_mode:
|
||||||
self.generate_slug(persistent_slug)
|
self.generate_slug(persistent_slug)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user