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:
f473a8d
)
- return more verbose error message
author
Jiří Škrábal
<nykolas@ics.muni.cz>
Fri, 5 Aug 2005 14:35:28 +0000
(14:35 +0000)
committer
Jiří Škrábal
<nykolas@ics.muni.cz>
Fri, 5 Aug 2005 14:35:28 +0000
(14:35 +0000)
org.glite.lb.common/src/log_msg.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/log_msg.c
b/org.glite.lb.common/src/log_msg.c
index
d6adc91
..
324b56d
100644
(file)
--- a/
org.glite.lb.common/src/log_msg.c
+++ b/
org.glite.lb.common/src/log_msg.c
@@
-219,7
+219,7
@@
int edg_wll_log_event_send(
sleep(timeout->tv_sec);
continue;
} else {
- edg_wll_SetError(ctx, errno, "
connect()
");
+ edg_wll_SetError(ctx, errno, "
Can't connect to the interlogger
");
goto cleanup;
}
} else break;