diff options
| author | 2013-09-26 23:03:56 +0200 | |
|---|---|---|
| committer | 2013-09-26 23:03:56 +0200 | |
| commit | 7d2d4d3243ada2f0da2e489332ae725cd8c8b1ea (patch) | |
| tree | 529544db7985dffd5a0711a4c307d1ea8ac9eef8 /tools | |
| parent | 043bf24ab5332bc9a4fee04a102ef876f45981ac (diff) | |
| download | libirecovery-7d2d4d3243ada2f0da2e489332ae725cd8c8b1ea.tar.gz libirecovery-7d2d4d3243ada2f0da2e489332ae725cd8c8b1ea.tar.bz2 | |
irecovery: Remove "Executing command foo" message for less clutter
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/irecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/irecovery.c b/tools/irecovery.c index 912ac37..8a4368d 100644 --- a/tools/irecovery.c +++ b/tools/irecovery.c | |||
| @@ -65,7 +65,7 @@ static void shell_usage() { | |||
| 65 | static void parse_command(irecv_client_t client, unsigned char* command, unsigned int size) { | 65 | static void parse_command(irecv_client_t client, unsigned char* command, unsigned int size) { |
| 66 | char* cmd = strdup((char*)command); | 66 | char* cmd = strdup((char*)command); |
| 67 | char* action = strtok(cmd, " "); | 67 | char* action = strtok(cmd, " "); |
| 68 | debug("Executing %s\n", action); | 68 | |
| 69 | if (!strcmp(cmd, "/exit")) { | 69 | if (!strcmp(cmd, "/exit")) { |
| 70 | quit = 1; | 70 | quit = 1; |
| 71 | } else if (!strcmp(cmd, "/help")) { | 71 | } else if (!strcmp(cmd, "/help")) { |
