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:
414c3fc
)
better error message
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Tue, 16 Mar 2010 11:02:38 +0000
(11:02 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Tue, 16 Mar 2010 11:02:38 +0000
(11:02 +0000)
org.glite.lb.common/src/context.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/context.c
b/org.glite.lb.common/src/context.c
index
4670aef
..
7641ddc
100644
(file)
--- a/
org.glite.lb.common/src/context.c
+++ b/
org.glite.lb.common/src/context.c
@@
-377,7
+377,7
@@
char *edg_wll_GetSequenceCode(const edg_wll_Context ctx)
ret = strdup("no_seqcodes_with_CREAM"); /* XXX: not yet */
break;
default:
- edg_wll_SetError(ctx,EINVAL,"edg_wll_GetSequenceCode(): sequence code type");
+ edg_wll_SetError(ctx,EINVAL,"edg_wll_GetSequenceCode():
unknown
sequence code type");
return NULL;
}