]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pflash_cfi02.c
Merge remote-tracking branch 'bonzini/header-dirs' into staging
[mirror_qemu.git] / hw / pflash_cfi02.c
index 6924f064c2a9e9a675b22615315dc44c730400fb..cfb91cb143e4e5425401ea6275ef7601a3de51d7 100644 (file)
@@ -45,9 +45,9 @@
 
 //#define PFLASH_DEBUG
 #ifdef PFLASH_DEBUG
-#define DPRINTF(fmt, ...)                          \
-do {                                               \
-    printf("PFLASH: " fmt , ## __VA_ARGS__);       \
+#define DPRINTF(fmt, ...)                                  \
+do {                                                       \
+    fprintf(stderr "PFLASH: " fmt , ## __VA_ARGS__);       \
 } while (0)
 #else
 #define DPRINTF(fmt, ...) do { } while (0)