| Submitter | Luiz Capitulino |
|---|---|
| Date | April 5, 2010, 8:33 p.m. |
| Message ID | <1270499642-31543-4-git-send-email-lcapitulino@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/49460/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/monitor.c b/monitor.c index 822dc27..89952e8 100644 --- a/monitor.c +++ b/monitor.c @@ -1097,6 +1097,7 @@ static int do_change_block(Monitor *mon, const char *device, return -1; } if (bdrv_open2(bs, filename, BDRV_O_RDWR, drv) < 0) { + qerror_report(QERR_OPEN_FILE_FAILED, filename); return -1; } return monitor_read_bdrv_key_start(mon, bs, NULL, NULL);