=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/tag.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/cvs/tag.c 2005/05/29 00:55:10 1.19 +++ src/usr.bin/cvs/tag.c 2005/05/31 08:26:40 1.20 @@ -1,4 +1,4 @@ -/* $OpenBSD: tag.c,v 1.19 2005/05/29 00:55:10 xsa Exp $ */ +/* $OpenBSD: tag.c,v 1.20 2005/05/31 08:26:40 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * Copyright (c) 2004 Joris Vink @@ -151,8 +151,7 @@ tag_date = NULL; if (tag_oldname != NULL && tag_date != NULL) { - cvs_log(LP_ERROR, - "the -D and -r options are mutually exclusive"); + cvs_log(LP_ERR, "the -D and -r options are mutually exclusive"); return (CVS_EX_USAGE); }