]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fixed debug statement
authorkostas <>
Sat, 21 Mar 1998 01:05:57 +0000 (01:05 +0000)
committerkostas <>
Sat, 21 Mar 1998 01:05:57 +0000 (01:05 +0000)
snmplib/snmp_msg.c

index d43eef3d18a573453c0980c6c3482979c10939d0..41f30b2d355d7cb21ee79bab0223113509714409 100644 (file)
@@ -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 |