=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.c,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/cvs/cvs.c 2004/12/15 06:11:40 1.24 --- src/usr.bin/cvs/cvs.c 2004/12/15 16:28:14 1.25 *************** *** 1,4 **** ! /* $OpenBSD: cvs.c,v 1.24 2004/12/15 06:11:40 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.c,v 1.25 2004/12/15 16:28:14 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 605,612 **** cmdp = cvs_findcmd(linebuf); if (cmdp == NULL) { cvs_log(LP_NOTICE, ! "unknown command `%s' in `%s'", ! linebuf, rcpath); continue; } --- 605,612 ---- cmdp = cvs_findcmd(linebuf); if (cmdp == NULL) { cvs_log(LP_NOTICE, ! "unknown command `%s' in `%s:%d'", ! linebuf, rcpath, linenum); continue; }