mirror of
https://github.com/qemu/qemu.git
synced 2025-01-20 04:23:28 +08:00
VMDK: Remove debug message
(Hervé Poussineau) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5015 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
56fc64dfd0
commit
e64995dbc1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user