summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2009-11-26 20:18:59 +0530
committerAmit Shah <amit.shah@redhat.com>2009-11-26 20:18:59 +0530
commit82242914cd89fed9d0f4adc2b9e92f7395de72c4 (patch)
treec8f07802bed59fcdd6c55ce81dc5255df8053869
parent3fe1900b194009acc822a2bf3fc7f111d71ee2e7 (diff)
downloadtest-virtserial-82242914cd89fed9d0f4adc2b9e92f7395de72c4.tar.gz
test-virtserial-82242914cd89fed9d0f4adc2b9e92f7395de72c4.tar.xz
test-virtserial-82242914cd89fed9d0f4adc2b9e92f7395de72c4.zip
auto-test: Better debug messages
Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rw-r--r--auto-virtserial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto-virtserial.c b/auto-virtserial.c
index 946cfb8..397582c 100644
--- a/auto-virtserial.c
+++ b/auto-virtserial.c
@@ -1039,7 +1039,7 @@ int main(int argc, const char *argv[])
ret = host_connect_chardev(1);
if (ret < 0) {
/* old qemu case -- Give the guest time to finish its bootup */
- debug("%s: Old qemu, new kernel?\n", __func__);
+ debug("%s: Old qemu?\n", __func__);
sleep(20);
goto next;
}
@@ -1065,7 +1065,7 @@ int main(int argc, const char *argv[])
* This perhaps is an old kernel or an old qemu -
* guest won't contact us.
*/
- debug("%s: No contact from Guest - Old kernel, New qemu?\n",
+ debug("%s: No contact from Guest - Old kernel?\n",
__func__);
goto next;
}