projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sheepdog: Fix misleading error messages in sd_snapshot_create()
[qemu.git]
/
qemu-io.c
diff --git
a/qemu-io.c
b/qemu-io.c
index 4a3e71991acdbc4f8d54330f9f443bb8985f9bff..8e41080cc9b9eec8acbd67f7838440d6d51a3b65 100644
(file)
--- a/
qemu-io.c
+++ b/
qemu-io.c
@@
-440,8
+440,7
@@
int main(int argc, char **argv)
}
if (qemu_init_main_loop(&local_error)) {
- error_report("%s", error_get_pretty(local_error));
- error_free(local_error);
+ error_report_err(local_error);
exit(1);
}
This page took
0.024505 seconds
and
4
git commands to generate.