diff options
Diffstat (limited to 'block-vmdk.c')
-rw-r--r-- | block-vmdk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block-vmdk.c b/block-vmdk.c index 843bf869d0..7eb9c3c843 100644 --- a/block-vmdk.c +++ b/block-vmdk.c @@ -376,7 +376,6 @@ static int vmdk_open(BlockDriverState *bs, const char *filename, int flags) 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) |