qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5311] pflash: Add missing parenthesis in error message.


From: Thiemo Seufer
Subject: [Qemu-devel] [5311] pflash: Add missing parenthesis in error message.
Date: Wed, 24 Sep 2008 14:33:08 +0000

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 <address@hidden>

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:






reply via email to

[Prev in Thread] Current Thread [Next in Thread]