diff --git a/alliance/src/genlib/src/genlib.c b/alliance/src/genlib/src/genlib.c index 1516a33e..4478bad3 100644 --- a/alliance/src/genlib/src/genlib.c +++ b/alliance/src/genlib/src/genlib.c @@ -3458,7 +3458,7 @@ ptype_list *p = getptype(WORK_LOFIG->USER, LOGEN); if (type != INTEGER_GEN && type != STRING_GEN) { (void)fflush(stdout); (void)fputs("*** genlib error ***\n", stderr); - (void)fprintf(stderr, "Illegal SETLOGEN: unsupported generic type\n"); + (void)fprintf(stderr, "Illegal LOGEN: unsupported generic type\n"); EXIT(1); } ((logen_list *)p->DATA)->TYPE = type;