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:
3f12724
)
Correct misleading error message.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Fri, 17 Feb 2006 10:34:29 +0000
(10:34 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Fri, 17 Feb 2006 10:34:29 +0000
(10:34 +0000)
org.glite.lb.server/src/request.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/request.c
b/org.glite.lb.server/src/request.c
index
a3288a4
..
f0364ac
100644
(file)
--- a/
org.glite.lb.server/src/request.c
+++ b/
org.glite.lb.server/src/request.c
@@
-26,7
+26,7
@@
handle_request(edg_wll_Context ctx,char *buf)
ret = decode_il_msg(&event, buf);
if(ret < 0) {
- edg_wll_SetError(ctx,EDG_WLL_IL_PROTO,"
reading event string
");
+ edg_wll_SetError(ctx,EDG_WLL_IL_PROTO,"
decoding event string failed
");
return EDG_WLL_IL_PROTO;
}