diff options
| author | 2022-03-29 12:29:05 +0200 | |
|---|---|---|
| committer | 2022-03-29 12:29:05 +0200 | |
| commit | 09b0cd30bf808aef08f9d2afd8e74e8aacf80688 (patch) | |
| tree | d8b267b97506ba277c154a168d67675e1c0d81e6 /tools | |
| parent | 073315645932dd3474d0a02ca2db45751fdd5091 (diff) | |
| download | libimobiledevice-09b0cd30bf808aef08f9d2afd8e74e8aacf80688.tar.gz libimobiledevice-09b0cd30bf808aef08f9d2afd8e74e8aacf80688.tar.bz2 | |
idevicedebug: Use log_debug instead of debug_info
Diffstat (limited to 'tools')
| -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 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 | |||
| 154 | *exit_status = o[0] + (r[0] == 'W' ? 0 : 128); | 154 | *exit_status = o[0] + (r[0] == 'W' ? 0 : 128); |
| 155 | } | 155 | } |
| 156 | } else { | 156 | } else { |
| 157 | debug_info("Unable to decode exit status from %s", r); | 157 | log_debug("Unable to decode exit status from %s", r); |
| 158 | dres = DEBUGSERVER_E_UNKNOWN_ERROR; | 158 | dres = DEBUGSERVER_E_UNKNOWN_ERROR; |
| 159 | } | 159 | } |
| 160 | } else if (r && strlen(r) == 0) { | 160 | } else if (r && strlen(r) == 0) { |
