X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stat.c;h=e640e4c6994ca830e769c34dc6072a17ac254606;hp=3d563d21766933ed350e605a85b62578c1105c19;hb=1889013e900f08d5ee842a50dc13c66689ebf15b;hpb=5b972aabaf27931cae6ac318c9b920d33593f07b diff --git a/stat.c b/stat.c index 3d563d21..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,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); } /**