]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
printf format bugfix
authorhno <>
Tue, 2 Apr 2002 05:20:43 +0000 (05:20 +0000)
committerhno <>
Tue, 2 Apr 2002 05:20:43 +0000 (05:20 +0000)
src/store_client.cc

index 0130e25749b4fb991288daf091669279631326cc..ce643ff617bb279f0f379dd91ee268bb8b0b5a67 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_client.cc,v 1.106 2002/02/26 15:48:15 adrian Exp $
+ * $Id: store_client.cc,v 1.107 2002/04/01 22:20:43 hno Exp $
  *
  * DEBUG: section 20    Storage Manager Client-Side Interface
  * AUTHOR: Duane Wessels
@@ -277,7 +277,7 @@ storeClientCopy3(StoreEntry * e, store_client * sc)
     MemObject *mem = e->mem_obj;
     size_t sz;
 
-    debug(33, 5) ("co: %d, hi: %d\n", sc->copy_offset, mem->inmem_hi);
+    debug(33, 5) ("co: %ld, hi: %ld\n", (long int)sc->copy_offset, (long int)mem->inmem_hi);
 
     if (storeClientNoMoreToSend(e, sc)) {
        /* There is no more to send! */