git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a366e1c
)
Remove incorrect logging after edg_wll_gss_close call.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Mon, 22 Mar 2010 13:19:32 +0000
(13:19 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Mon, 22 Mar 2010 13:19:32 +0000
(13:19 +0000)
org.glite.lb.logger/src/logd.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/src/logd.c
b/org.glite.lb.logger/src/logd.c
index
ed16519
..
50198ff
100644
(file)
--- 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;
}