From 09b0cd30bf808aef08f9d2afd8e74e8aacf80688 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 29 Mar 2022 12:29:05 +0200 Subject: idevicedebug: Use log_debug instead of debug_info --- tools/idevicedebug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c index 8bedc6f..aa7a400 100644 --- a/tools/idevicedebug.c +++ b/tools/idevicedebug.c @@ -154,7 +154,7 @@ static debugserver_error_t debugserver_client_handle_response(debugserver_client *exit_status = o[0] + (r[0] == 'W' ? 0 : 128); } } else { - debug_info("Unable to decode exit status from %s", r); + log_debug("Unable to decode exit status from %s", r); dres = DEBUGSERVER_E_UNKNOWN_ERROR; } } else if (r && strlen(r) == 0) { -- cgit v1.1-32-gdbae