qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4676] Fix compiler warning.
@ 2008-06-06  1:03 Thiemo Seufer
  0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-06-06  1:03 UTC (permalink / raw)
  To: qemu-devel

Revision: 4676
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4676
Author:   ths
Date:     2008-06-06 01:03:06 +0000 (Fri, 06 Jun 2008)

Log Message:
-----------
Fix compiler warning.

Modified Paths:
--------------
    trunk/nbd.c

Modified: trunk/nbd.c
===================================================================
--- trunk/nbd.c	2008-06-05 23:06:46 UTC (rev 4675)
+++ trunk/nbd.c	2008-06-06 01:03:06 UTC (rev 4676)
@@ -388,7 +388,7 @@
 	}
 
 	if (len > sizeof(data)) {
-		LOG("len (%u) is larger than max len (%lu)",
+		LOG("len (%u) is larger than max len (%u)",
 		    len, sizeof(data));
 		errno = EINVAL;
 		return -1;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-06  1:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-06  1:03 [Qemu-devel] [4676] Fix compiler warning Thiemo Seufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).