Imported Upstream version 2.5.1p3
[debian/amanda] / common-src / stream.c
index 5d29b19ebd3323236e79b4bb2dbf301aafe30972..8ec116f6eebdf34907b0637740c50737ebd3ca86 100644 (file)
@@ -25,7 +25,7 @@
  *                        University of Maryland at College Park
  */
 /*
- * $Id: stream.c,v 1.39 2006/08/24 01:57:15 paddy_s Exp $
+ * $Id: stream.c,v 1.39.2.1 2006/12/12 14:56:38 martinea Exp $
  *
  * functions for managing stream sockets
  */
@@ -442,12 +442,12 @@ try_socksize(
        size -= 1024;
     }
     if(size > 1024) {
-       dbprintf(("%s: try_socksize: %s buffer size is %d\n",
+       dbprintf(("%s: try_socksize: %s buffer size is %zu\n",
                  debug_prefix(NULL),
                  (which == SO_SNDBUF) ? "send" : "receive",
                  size));
     } else {
-       dbprintf(("%s: try_socksize: could not allocate %s buffer of %d\n",
+       dbprintf(("%s: try_socksize: could not allocate %s buffer of %zu\n",
                  debug_prefix(NULL),
                  (which == SO_SNDBUF) ? "send" : "receive",
                  origsize));