From: Jan Pospíšil Date: Mon, 30 Apr 2007 11:42:03 +0000 (+0000) Subject: forgotten spare debug output X-Git-Tag: glite-lb-client_R_2_3_3_1~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=aea06cfdff5a4e6273f5683d18ff85230da60599;p=jra1mw.git forgotten spare debug output --- diff --git a/org.glite.lb.logger/src/logd_proto.c b/org.glite.lb.logger/src/logd_proto.c index 0f89bea..6bbc328 100644 --- a/org.glite.lb.logger/src/logd_proto.c +++ b/org.glite.lb.logger/src/logd_proto.c @@ -465,7 +465,7 @@ int edg_wll_log_proto_server(edg_wll_GssConnection *con, struct timeval *timeout strncpy(outfilename+count_total,".",1); count_total+=1; count=strlen(jobId); strncpy(outfilename+count_total,jobId,count); count_total+=count; outfilename[count_total]='\0'; - edg_wll_ll_log(LOG_DEBUG,"o.k.\n"); +// edg_wll_ll_log(LOG_DEBUG,"o.k.\n"); /* fopen and properly handle the filelock */ #ifdef LOGD_NOFILE