=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/add.c,v retrieving revision 1.66 retrieving revision 1.67 diff -c -r1.66 -r1.67 *** src/usr.bin/cvs/add.c 2007/01/11 02:35:55 1.66 --- src/usr.bin/cvs/add.c 2007/01/12 03:34:50 1.67 *************** *** 1,4 **** ! /* $OpenBSD: add.c,v 1.66 2007/01/11 02:35:55 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2005, 2006 Xavier Santolaria --- 1,4 ---- ! /* $OpenBSD: add.c,v 1.67 2007/01/12 03:34:50 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2005, 2006 Xavier Santolaria *************** *** 317,326 **** add_entry(cf); if (added != 0) { ! if (verbosity > 1) ! cvs_log(LP_NOTICE, "use '%s commit' to add %s " ! "permanently", __progname, ! (added == 1) ? "this file" : "these files"); } } --- 317,325 ---- add_entry(cf); if (added != 0) { ! cvs_log(LP_NOTICE, "use '%s commit' to add %s " ! "permanently", __progname, ! (added == 1) ? "this file" : "these files"); } }