From: kostas <> Date: Sat, 21 Mar 1998 01:05:57 +0000 (+0000) Subject: fixed debug statement X-Git-Tag: SQUID_3_0_PRE1~3778 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a1fa2271ca92c19f060f73fa9ff49c5990effab;p=thirdparty%2Fsquid.git fixed debug statement --- diff --git a/snmplib/snmp_msg.c b/snmplib/snmp_msg.c index d43eef3d18..41f30b2d35 100644 --- a/snmplib/snmp_msg.c +++ b/snmplib/snmp_msg.c @@ -136,7 +136,8 @@ u_char *snmp_msg_Encode(u_char *Buffer, int *BufLenP, u_char *MsgPtr; int FakeArg = 1024; - snmplib_debug(4, "Buffer=%x BufLenP=%x, buflen=%d\n",*BufLenP); + snmplib_debug(4, "Buffer=%x BufLenP=%x, buflen=%d\n",Buffer, BufLenP, + *BufLenP); /* Header for the entire thing, with a false, large length */ bufp = asn_build_header(Buffer, BufLenP, (u_char)(ASN_SEQUENCE |