qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v1 03/15] android-console: Remove extra redir help m


From: Greg Bellows
Subject: [Qemu-devel] [PATCH v1 03/15] android-console: Remove extra redir help message
Date: Tue, 11 Nov 2014 18:25:51 -0600

Removed an extraneous message in the redir command help.  The message is not
part of the standard Android emulator output.

Signed-off-by: Greg Bellows <address@hidden>
---
 android-console.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/android-console.c b/android-console.c
index be573b5..2de4a0c 100644
--- a/android-console.c
+++ b/android-console.c
@@ -270,8 +270,6 @@ void android_console_redir(Monitor *mon, const QDict *qdict)
     /* This only gets called for bad subcommands and help requests */
     const char *helptext = qdict_get_try_str(qdict, "helptext");
 
-    monitor_printf(mon, "help text %s\n", helptext ? helptext : "(null)");
-
     if (helptext) {
         if (strstr(helptext, "add")) {
             monitor_printf(mon, "%s", redir_add_help);
-- 
1.8.3.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]