diff options
Diffstat (limited to 'src/iphone.c')
| -rw-r--r-- | src/iphone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iphone.c b/src/iphone.c index 1f68180..457d919 100644 --- a/src/iphone.c +++ b/src/iphone.c | |||
| @@ -151,7 +151,7 @@ static iphone_error_t iphone_get_specific_device(unsigned int bus_n, int dev_n, | |||
| 151 | // Check for correct version | 151 | // Check for correct version |
| 152 | if (ntohl(version->major) == 1 && ntohl(version->minor) == 0) { | 152 | if (ntohl(version->major) == 1 && ntohl(version->minor) == 0) { |
| 153 | // We're all ready to roll. | 153 | // We're all ready to roll. |
| 154 | fprintf(stderr, "get_iPhone() success\n"); | 154 | log_debug_msg("get_iPhone() success\n"); |
| 155 | free(version); | 155 | free(version); |
| 156 | *device = phone; | 156 | *device = phone; |
| 157 | return IPHONE_E_SUCCESS; | 157 | return IPHONE_E_SUCCESS; |
