]> git.proxmox.com Git - qemu-server.git/blobdiff - sparsecp.c
switch to 'ha-manager set'
[qemu-server.git] / sparsecp.c
index eaa3085d0b45740e9c2d34621ea608b4ded56dd8..950a27ce6ef92de87be1bd2b5002e7b13799e840 100644 (file)
@@ -123,7 +123,7 @@ main (int argc, char **argv)
   time_t delay = time(NULL) - starttime;
   if (delay <= 0) delay = 1;
 
-  fprintf (stderr, "%zu bytes copied, %d s, %.2f MiB/s\n", total, delay,
+  fprintf (stderr, "%zu bytes copied, %zd s, %.2f MiB/s\n", total, delay,
           (total/(1024*1024))/(float)delay);
 
   outname = NULL;