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:
ff123e7
)
better error message
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Wed, 13 Jun 2007 12:55:27 +0000
(12:55 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Wed, 13 Jun 2007 12:55:27 +0000
(12:55 +0000)
org.glite.lb.common/src/events_parse.c.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/events_parse.c.T
b/org.glite.lb.common/src/events_parse.c.T
index
5fa592d
..
d70d096
100644
(file)
--- a/
org.glite.lb.common/src/events_parse.c.T
+++ b/
org.glite.lb.common/src/events_parse.c.T
@@
-341,7
+341,7
@@
clean:
*/
#define MISSING(m_key) { \
char *k = edg_wll_KeyNameToString(m_key); \
- sprintf(err_desc,"Message incomplete, missing
key
%s.", k); \
+ sprintf(err_desc,"Message incomplete, missing
or empty field
%s.", k); \
free(k); \
ret=edg_wll_SetError(context,EDG_WLL_ERROR_PARSE_MSG_INCOMPLETE,err_desc); \
goto end; }