From 6bf5e154b7ae32eb354fbb23d60e315340a7aa66 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 24 Apr 2008 19:05:33 +0200 Subject: [PATCH] stat.c: Comment out noisy debug messages. --- stat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stat.c b/stat.c index f54858a0..e640e4c6 100644 --- a/stat.c +++ b/stat.c @@ -113,7 +113,7 @@ void stat_client_write(const char *msg, int itemnum) continue; if (write_ok(fd) > 0) { ret = write(fd, msg, len); - PARA_DEBUG_LOG("dumped %s to fd %d, ret = %d\n", msg, fd, ret); + // PARA_DEBUG_LOG("dumped %s to fd %d, ret = %d\n", msg, fd, ret); if (ret == len) continue; } @@ -125,8 +125,8 @@ void stat_client_write(const char *msg, int itemnum) free(sc); dump_stat_client_list(); } - if (num_clients) - PARA_DEBUG_LOG("%d client(s)\n", num_clients); +// if (num_clients) +// PARA_DEBUG_LOG("%d client(s)\n", num_clients); } /** -- 2.39.2