commit | 09b0cd30bf808aef08f9d2afd8e74e8aacf80688 | [log] [tgz] |
---|---|---|
author | Nikias Bassen <nikias@gmx.li> | Tue Mar 29 12:29:05 2022 +0200 |
committer | Nikias Bassen <nikias@gmx.li> | Tue Mar 29 12:29:05 2022 +0200 |
tree | d8b267b97506ba277c154a168d67675e1c0d81e6 | |
parent | 073315645932dd3474d0a02ca2db45751fdd5091 [diff] |
idevicedebug: Use log_debug instead of debug_info
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 @@ *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) {