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:
aurel32 2008-08-17 01:44:40 +00:00
parent 56fc64dfd0
commit e64995dbc1

View File

@ -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)