]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
minor printf typo "%ud" should be "%u"
authorwessels <>
Thu, 1 Feb 2007 06:58:25 +0000 (06:58 +0000)
committerwessels <>
Thu, 1 Feb 2007 06:58:25 +0000 (06:58 +0000)
src/client_side_reply.cc

index d35bd6c1e20be1c9f104dbb58279fec31cb6983e..adb97a6cf17f39a69bf961362624dd5624784c33 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side_reply.cc,v 1.115 2007/01/28 15:37:46 serassio Exp $
+ * $Id: client_side_reply.cc,v 1.116 2007/01/31 23:58:25 wessels Exp $
  *
  * DEBUG: section 88    Client-side Reply Routines
  * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
@@ -452,7 +452,7 @@ clientReplyContext::cacheHit(StoreIOBuffer result)
 
     HttpRequest *r = http->request;
 
-    debug(88, 3) ("clientCacheHit: %s, %ud bytes\n", http->uri, (unsigned int)result.length);
+    debug(88, 3) ("clientCacheHit: %s, %u bytes\n", http->uri, (unsigned int)result.length);
 
     if (http->storeEntry() == NULL) {
         debug(88, 3) ("clientCacheHit: request aborted\n");