From 5ae84edb11f119120d57e649bc218a565a247087 Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Wed, 8 Oct 2014 01:59:36 +0200 Subject: Supress printing very long plists and too verbose messages in debug output --- src/asr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/asr.c') 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; } -- cgit v1.1-32-gdbae