better error message
authorJan Pospíšil <honik@ntc.zcu.cz>
Tue, 16 Mar 2010 11:02:38 +0000 (11:02 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Tue, 16 Mar 2010 11:02:38 +0000 (11:02 +0000)
org.glite.lb.common/src/context.c

index 4670aef..7641ddc 100644 (file)
@@ -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;
        }