Skip to content

Commit a220430

Browse files
authored
Logging message used to list sessions fails with template error (#1132)
1 parent dd04a01 commit a220430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/serverapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ def start(self):
683683
url = serverinfo["url"]
684684
if serverinfo.get("token"):
685685
url = url + "?token=%s" % serverinfo["token"]
686-
info(url, "::", serverinfo["root_dir"])
686+
info("%s :: %s", url, serverinfo["root_dir"])
687687

688688

689689
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)