From: Zdeněk Salvet Date: Mon, 22 Mar 2010 13:19:32 +0000 (+0000) Subject: Remove incorrect logging after edg_wll_gss_close call. X-Git-Tag: glite-jobid-api-c_R_1_0_2_1~21 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=f693ea92dad1a7a816c5e0094cc1ea97aabeed30;p=jra1mw.git Remove incorrect logging after edg_wll_gss_close call. --- diff --git a/org.glite.lb.logger/src/logd.c b/org.glite.lb.logger/src/logd.c index ed16519..50198ff 100644 --- a/org.glite.lb.logger/src/logd.c +++ b/org.glite.lb.logger/src/logd.c @@ -321,9 +321,8 @@ doit(int socket, edg_wll_GssCred cred_handle, char *file_name_prefix, int noipc, } + glite_common_log(LOG_CATEGORY_ACCESS,LOG_PRIORITY_DEBUG, "Closing descriptor %d.",con.sock); edg_wll_gss_close(&con, NULL); - if (con.sock == -1) - glite_common_log(LOG_CATEGORY_ACCESS,LOG_PRIORITY_WARN, "Error closing descriptor '%d'.",con.sock); if (subject) free(subject); return ret; }