Revision e64995db block-vmdk.c

b/block-vmdk.c
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)

Also available in: Unified diff