summaryrefslogtreecommitdiffstats
path: root/src/asr.c
diff options
context:
space:
mode:
authorGravatar BALATON Zoltan2014-10-08 01:59:36 +0200
committerGravatar BALATON Zoltan2014-10-21 01:15:01 +0200
commit5ae84edb11f119120d57e649bc218a565a247087 (patch)
tree8b653a395957f98b3cee7699d316d1e610e0bab9 /src/asr.c
parent2d1cb444b1227787eebe29b11a04b190c1b5adf6 (diff)
downloadidevicerestore-5ae84edb11f119120d57e649bc218a565a247087.tar.gz
idevicerestore-5ae84edb11f119120d57e649bc218a565a247087.tar.bz2
Supress printing very long plists and too verbose messages in debug output
Diffstat (limited to 'src/asr.c')
-rw-r--r--src/asr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asr.c b/src/asr.c
index 4269563..591b908 100644
--- a/src/asr.c
+++ b/src/asr.c
@@ -176,7 +176,7 @@ int asr_send_buffer(asr_client_t asr, const char* data, uint32_t size) {
return -1;
}
- debug("Sent %d bytes buffer\n", bytes);
+ //debug("Sent %d bytes buffer\n", bytes);
return 0;
}