]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
missing printf arg
authorwessels <>
Mon, 19 Apr 1999 04:39:54 +0000 (04:39 +0000)
committerwessels <>
Mon, 19 Apr 1999 04:39:54 +0000 (04:39 +0000)
src/dns_internal.cc

index 58ce57fe17a692baef591d1c74d38cc942a23c16..c2502f553c6724ccb149561e95ebd8891d9f743e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: dns_internal.cc,v 1.6 1999/04/18 05:44:55 wessels Exp $
+ * $Id: dns_internal.cc,v 1.7 1999/04/18 22:39:54 wessels Exp $
  *
  * DEBUG: section 78    DNS lookups; interacts with lib/rfc1035.c
  * AUTHOR: Duane Wessels
@@ -304,7 +304,7 @@ idnsCheckQueue(void *unused)
        } else {
            int v = cbdataValid(q->callback_data);
            debug(78, 1) ("idnsCheckQueue: ID %x: giving up after %d tries\n",
-               q->nsends);
+               (int) q->id, q->nsends);
            cbdataUnlock(q->callback_data);
            if (v)
                q->callback(q->callback_data, NULL, 0);