qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5311] pflash: Add missing parenthesis in error message.
@ 2008-09-24 14:33 Thiemo Seufer
  0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-09-24 14:33 UTC (permalink / raw)
  To: qemu-devel

Revision: 5311
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5311
Author:   ths
Date:     2008-09-24 14:33:07 +0000 (Wed, 24 Sep 2008)

Log Message:
-----------
pflash: Add missing parenthesis in error message.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Modified Paths:
--------------
    trunk/hw/pflash_cfi01.c

Modified: trunk/hw/pflash_cfi01.c
===================================================================
--- trunk/hw/pflash_cfi01.c	2008-09-24 14:10:36 UTC (rev 5310)
+++ trunk/hw/pflash_cfi01.c	2008-09-24 14:33:07 UTC (rev 5311)
@@ -381,7 +381,7 @@
 
  error_flash:
     printf("%s: Unimplemented flash cmd sequence "
-           "(offset " TARGET_FMT_lx ", wcycle 0x%x cmd 0x%x value 0x%x\n",
+           "(offset " TARGET_FMT_lx ", wcycle 0x%x cmd 0x%x value 0x%x)\n",
            __func__, offset, pfl->wcycle, pfl->cmd, value);
 
  reset_flash:

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

only message in thread, other threads:[~2008-09-24 14:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 14:33 [Qemu-devel] [5311] pflash: Add missing parenthesis in error message 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).