idevice: Fix debug message showing function name twice
diff --git a/src/idevice.c b/src/idevice.c
index 95c3aea..d6c1d06 100644
--- a/src/idevice.c
+++ b/src/idevice.c
@@ -648,7 +648,7 @@
 			}
 			sent += bytes;
 		}
-		debug_info("internal_connection_send %d, sent %d", len, sent);
+		debug_info("len %d, sent %d", len, sent);
 		if (sent < len) {
 			*sent_bytes = 0;
 			return IDEVICE_E_NOT_ENOUGH_DATA;