diff options
| author | 2009-01-13 23:48:39 -0800 | |
|---|---|---|
| committer | 2009-01-13 23:48:39 -0800 | |
| commit | bced0730e878aefebb53732702d8dd34486697a2 (patch) | |
| tree | 0c7f846d5f1f68117a37bb8245b27a2db36dbcb3 /src/iphone.c | |
| parent | dc165be9172878144da2fba50139748db32d2986 (diff) | |
| download | libimobiledevice-bced0730e878aefebb53732702d8dd34486697a2.tar.gz libimobiledevice-bced0730e878aefebb53732702d8dd34486697a2.tar.bz2 | |
Removed fprintf, use the debug message method.
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; |
