X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stat.c;h=4ba1b0e8485a8125d2fcdd6353e8508e83417340;hp=f54858a03c4226784304291eebde2ba7a5acc453;hb=20ad4f0f93da79e2ec0a9699dff58b9922556438;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde diff --git a/stat.c b/stat.c index f54858a0..4ba1b0e8 100644 --- a/stat.c +++ b/stat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2008 Andre Noll + * Copyright (C) 2005-2009 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,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); } /**