X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stat.c;h=e640e4c6994ca830e769c34dc6072a17ac254606;hp=0457a0f3dc689139179f9a5495e110b6a260f8f3;hb=39bb1a102b14e3f230a659290622b2d1b1658b44;hpb=f9d356c65720f944550f36af6dd364d0f0869dde diff --git a/stat.c b/stat.c index 0457a0f3..e640e4c6 100644 --- a/stat.c +++ b/stat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2007 Andre Noll + * Copyright (C) 2005-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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,7 +125,8 @@ void stat_client_write(const char *msg, int itemnum) free(sc); dump_stat_client_list(); } - PARA_DEBUG_LOG("%d client(s)\n", num_clients); +// if (num_clients) +// PARA_DEBUG_LOG("%d client(s)\n", num_clients); } /**