* [Qemu-devel] [PATCH] VMDK: remove debug output
@ 2008-06-25 17:51 Hervé Poussineau
0 siblings, 0 replies; only message in thread
From: Hervé Poussineau @ 2008-06-25 17:51 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
Hi,
Attached patch removes some debug output from the VMDK block back-end.
In my opinion, only error messages have to be written to console.
Thanks
Hervé
[-- Attachment #2: vmdk_remove_debug.diff --]
[-- Type: text/plain, Size: 435 bytes --]
Index: block-vmdk.c
===================================================================
--- block-vmdk.c (revision 4783)
+++ block-vmdk.c (working copy)
@@ -376,7 +376,6 @@
if (parent_open)
// Parent must be opened as RO.
flags = BDRV_O_RDONLY;
- fprintf(stderr, "(VMDK) image open: flags=0x%x filename=%s\n", flags, bs->filename);
ret = bdrv_file_open(&s->hd, filename, flags);
if (ret < 0)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-25 17:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-25 17:51 [Qemu-devel] [PATCH] VMDK: remove debug output Hervé Poussineau
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).