summaryrefslogtreecommitdiff
path: root/frontends/gtk/login.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/login.c')
-rw-r--r--frontends/gtk/login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/login.c b/frontends/gtk/login.c
index 3e29903fe..91d8b37f0 100644
--- a/frontends/gtk/login.c
+++ b/frontends/gtk/login.c
@@ -222,7 +222,7 @@ void gui_401login_open(nsurl *url,
res = create_login_window(url, host, realm, cb, cbpw);
if (res != NSERROR_OK) {
- LOG("Login init failed");
+ NSLOG(netsurf, INFO, "Login init failed");
/* creating login failed so cancel navigation */
cb(false, cbpw);