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:
7a79f91
)
Better debugging message
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Wed, 22 Aug 2007 15:22:29 +0000
(15:22 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Wed, 22 Aug 2007 15:22:29 +0000
(15:22 +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
c70435e
..
36489db
100644
(file)
--- a/
org.glite.lb.logger/src/logd.c
+++ b/
org.glite.lb.logger/src/logd.c
@@
-473,7
+473,7
@@
This is LocalLogger, part of Workload Management System in EU DataGrid & EGEE.\n
if (ret) {
edg_wll_ll_log(LOG_WARNING,"Reloading credentials failed, continue with older\n");
} else {
- edg_wll_ll_log(LOG_
INFO,"Reloading credentials
\n");
+ edg_wll_ll_log(LOG_
DEBUG,"Reloading credentials succeeded
\n");
gss_release_cred(&min_stat, &cred);
cred = newcred;
}