mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +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,
|
||||
VIR_DOMAIN_EVENT_CALLBACK(qemuShimDomShutdown),
|
||||
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());
|
||||
goto cleanup;
|
||||
}
|
||||
@ -285,7 +285,7 @@ int main(int argc, char **argv)
|
||||
goto cleanup;
|
||||
}
|
||||
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());
|
||||
|
||||
if (debug) {
|
||||
|
Loading…
Reference in New Issue
Block a user