diff options
Diffstat (limited to 'tools/idevicedebug.c')
-rw-r--r-- | tools/idevicedebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c index b0198a8..a9ef5c6 100644 --- a/tools/idevicedebug.c +++ b/tools/idevicedebug.c | |||
@@ -370,7 +370,7 @@ int main(int argc, char *argv[]) | |||
370 | /* enable logging for the session in debug mode */ | 370 | /* enable logging for the session in debug mode */ |
371 | if (debug_level) { | 371 | if (debug_level) { |
372 | log_debug("Setting logging bitmask..."); | 372 | log_debug("Setting logging bitmask..."); |
373 | debugserver_command_new("QSetLogging:bitmask=LOG_ALL|LOG_RNB_REMOTE|LOG_RNB_PACKETS", 0, NULL, &command); | 373 | debugserver_command_new("QSetLogging:bitmask=LOG_ALL|LOG_RNB_REMOTE|LOG_RNB_PACKETS;", 0, NULL, &command); |
374 | dres = debugserver_client_send_command(debugserver_client, command, &response, NULL); | 374 | dres = debugserver_client_send_command(debugserver_client, command, &response, NULL); |
375 | debugserver_command_free(command); | 375 | debugserver_command_free(command); |
376 | command = NULL; | 376 | command = NULL; |