diff options
Diffstat (limited to 'libsoup/soup-auth-negotiate.c')
-rw-r--r-- | libsoup/soup-auth-negotiate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-auth-negotiate.c b/libsoup/soup-auth-negotiate.c index 2fbc0089..5dc67a38 100644 --- a/libsoup/soup-auth-negotiate.c +++ b/libsoup/soup-auth-negotiate.c @@ -311,7 +311,7 @@ check_server_response (SoupMessage *msg, gpointer auth) auth_headers = soup_message_headers_get_one (msg->response_headers, "WWW-Authenticate"); if (!auth_headers || g_ascii_strncasecmp (auth_headers, "Negotiate ", 10) != 0) { - g_warning ("Failed to parse auth header %s", auth_headers); + g_warning ("Failed to parse auth header"); conn->state = SOUP_NEGOTIATE_FAILED; goto out; } |