mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-24 05:25:18 +00:00
qemu_shim: Fix typos
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
761163fbda
commit
7dca28e229
@ -263,7 +263,7 @@ int main(int argc, char **argv)
|
|||||||
conn, dom, VIR_DOMAIN_EVENT_ID_LIFECYCLE,
|
conn, dom, VIR_DOMAIN_EVENT_ID_LIFECYCLE,
|
||||||
VIR_DOMAIN_EVENT_CALLBACK(qemuShimDomShutdown),
|
VIR_DOMAIN_EVENT_CALLBACK(qemuShimDomShutdown),
|
||||||
NULL, NULL) < 0) {
|
NULL, NULL) < 0) {
|
||||||
g_printerr("%s: cannot regiser for lifecycle events: %s\n",
|
g_printerr("%s: cannot register for lifecycle events: %s\n",
|
||||||
argv[0], virGetLastErrorMessage());
|
argv[0], virGetLastErrorMessage());
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
@ -285,7 +285,7 @@ int main(int argc, char **argv)
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
if (verbose)
|
if (verbose)
|
||||||
g_printerr("%s: %lld: guest running, Ctrl-C to stop nowbbbb\n",
|
g_printerr("%s: %lld: guest running, Ctrl-C to stop now\n",
|
||||||
argv[0], deltams());
|
argv[0], deltams());
|
||||||
|
|
||||||
if (debug) {
|
if (debug) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user