From: hno <> Date: Fri, 30 Nov 2001 16:53:15 +0000 (+0000) Subject: printf format fixes X-Git-Tag: SQUID_3_0_PRE1~1268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13e29a2dc1fd99b8da35256ab68a1e0ff5f6e01;p=thirdparty%2Fsquid.git printf format fixes --- diff --git a/src/auth/ntlm/auth_ntlm.cc b/src/auth/ntlm/auth_ntlm.cc index d958c6c3b9..e51bf02dec 100644 --- a/src/auth/ntlm/auth_ntlm.cc +++ b/src/auth/ntlm/auth_ntlm.cc @@ -1,6 +1,6 @@ /* - * $Id: auth_ntlm.cc,v 1.16 2001/11/28 08:01:57 robertc Exp $ + * $Id: auth_ntlm.cc,v 1.17 2001/11/30 09:53:15 hno Exp $ * * DEBUG: section 29 NTLM Authenticator * AUTHOR: Robert Collins @@ -284,7 +284,7 @@ authenticateNTLMDirection(auth_user_request_t * auth_user_request) /* null auth_user is checked for by authenticateDirection */ switch (ntlm_request->auth_state) { case AUTHENTICATE_STATE_NONE: /* no progress at all. */ - debug(29, 1) ("authenticateNTLMDirection: called before NTLM Authenticate!. Report a bug to squid-dev. au %x\n", auth_user_request); + debug(29, 1) ("authenticateNTLMDirection: called before NTLM Authenticate!. Report a bug to squid-dev. au %p\n", auth_user_request); /* fall thru */ case AUTHENTICATE_STATE_FAILED: return -2; @@ -563,7 +563,7 @@ authenticateNTLMHandleReply(void *data, void *lastserver, char *reply) if (ntlm_request->auth_state == AUTHENTICATE_STATE_NEGOTIATE) { /* The helper broke on YR. It automatically * resets */ - debug(29, 1) ("authenticateNTLMHandleReply: Error obtaining challenge from helper: %d. Error returned '%s'\n", lastserver, reply); + debug(29, 1) ("authenticateNTLMHandleReply: Error obtaining challenge from helper: %p. Error returned '%s'\n", lastserver, reply); /* mark it for starving */ helperstate->starve = 1; /* resubmit the request. This helper is currently busy, so we will get