Commit e64995dbc1a993f51b71575f83ba7c752b1b1c7a
1 parent
56fc64df
VMDK: Remove debug message
(Hervé Poussineau) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5015 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
1 deletions
block-vmdk.c
| ... | ... | @@ -376,7 +376,6 @@ static int vmdk_open(BlockDriverState *bs, const char *filename, int flags) |
| 376 | 376 | if (parent_open) |
| 377 | 377 | // Parent must be opened as RO. |
| 378 | 378 | flags = BDRV_O_RDONLY; |
| 379 | - fprintf(stderr, "(VMDK) image open: flags=0x%x filename=%s\n", flags, bs->filename); | |
| 380 | 379 | |
| 381 | 380 | ret = bdrv_file_open(&s->hd, filename, flags); |
| 382 | 381 | if (ret < 0) | ... | ... |