Index: ossp-pkg/fsl/fsl.c RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl.c,v rcsdiff -q -kk '-r1.54' '-r1.55' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl.c,v' 2>/dev/null --- fsl.c 2002/11/09 18:25:21 1.54 +++ fsl.c 2002/11/12 13:08:59 1.55 @@ -232,7 +232,7 @@ if (filename == NULL || buffer == NULL) CU(FSL_ERR_ARG); - fsldebug(L2_LEVEL_TRACE, "appendfiletobuffer() filename=\"%s\")", filename); + fsldebug(L2_LEVEL_TRACE, "appendfiletobuffer() filename=\"%s\"", filename); if ((fd = open(filename, O_RDONLY)) == -1) CU(FSL_ERR_SYS); @@ -496,7 +496,7 @@ if (cfgnume == 0) { fsldebug(L2_LEVEL_ERROR, "processcfg: syntax error, invalid argument \"%s\"", cfgargtoka[0]); CU(FSL_ERR_CUS); } if (cfgnume != cfgnumc) { - fsldebug(L2_LEVEL_ERROR, "processcfg: directive missing arguments, expected %d, got %d", cfgnume, cfgnumc); CU(FSL_ERR_CUS); } + fsldebug(L2_LEVEL_ERROR, "processcfg: invalid number of arguments for directive, expected %d, got %d", cfgnume, cfgnumc); CU(FSL_ERR_CUS); } for (i = 1; i < cfgnume; i++) { /* process right brother of argument, check if it is an argument and has a valid token attached */