We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd04a01 commit a220430Copy full SHA for a220430
jupyter_server/serverapp.py
@@ -683,7 +683,7 @@ def start(self):
683
url = serverinfo["url"]
684
if serverinfo.get("token"):
685
url = url + "?token=%s" % serverinfo["token"]
686
- info(url, "::", serverinfo["root_dir"])
+ info("%s :: %s", url, serverinfo["root_dir"])
687
688
689
# -----------------------------------------------------------------------------
0 commit comments