提交 7dca28e2 编写于 作者: A Andrea Bolognani

qemu_shim: Fix typos

Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
上级 761163fb
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册