From bced0730e878aefebb53732702d8dd34486697a2 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Tue, 13 Jan 2009 23:48:39 -0800 Subject: Removed fprintf, use the debug message method. --- src/iphone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iphone.c') 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, // Check for correct version if (ntohl(version->major) == 1 && ntohl(version->minor) == 0) { // We're all ready to roll. - fprintf(stderr, "get_iPhone() success\n"); + log_debug_msg("get_iPhone() success\n"); free(version); *device = phone; return IPHONE_E_SUCCESS; -- cgit v1.1-32-gdbae