mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
incorrect log call in previous checkin
This commit is contained in:
@@ -627,8 +627,8 @@ class JupyterHub(Application):
|
|||||||
secret = binascii.a2b_base64(b64_secret)
|
secret = binascii.a2b_base64(b64_secret)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.log.error(
|
self.log.error(
|
||||||
'Refusing to run JuptyterHub with invalid cookie_secret_file.',
|
"Refusing to run JuptyterHub with invalid cookie_secret_file. "
|
||||||
'%s error was: %s',
|
"%s error was: %s",
|
||||||
secret_file, e)
|
secret_file, e)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
if not secret:
|
if not secret:
|
||||||
|
Reference in New Issue
Block a user