summaryrefslogtreecommitdiff
path: root/nDPIsrvd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nDPIsrvd.c')
-rw-r--r--nDPIsrvd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nDPIsrvd.c b/nDPIsrvd.c
index a63a410f1..6231b2124 100644
--- a/nDPIsrvd.c
+++ b/nDPIsrvd.c
@@ -805,7 +805,9 @@ static int handle_incoming_data(int epollfd, struct remote_desc * const current)
{
if (utarray_len(remotes.desc[i].buf_cache) == 0)
{
+#if 0
syslog(LOG_DAEMON, "Buffer capacity threshold (%zu bytes) reached, caching JSON strings.", remotes.desc[i].buf.used);
+#endif
errno = 0;
if (add_out_event(epollfd, remotes.desc[i].fd, &remotes.desc[i]) != 0)
{