diff options
Diffstat (limited to 'usr.bin/cvs/add.c')
-rw-r--r-- | usr.bin/cvs/add.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/add.c b/usr.bin/cvs/add.c index 813cad1216a..33097e3cb9c 100644 --- a/usr.bin/cvs/add.c +++ b/usr.bin/cvs/add.c @@ -1,4 +1,4 @@ -/* $OpenBSD: add.c,v 1.58 2006/06/19 05:05:17 joris Exp $ */ +/* $OpenBSD: add.c,v 1.59 2006/06/28 18:52:05 reyk Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org> @@ -270,7 +270,7 @@ add_file(struct cvs_file *cf) add_entry(cf); if (added != 0) { - if (verbosity > 0) + if (verbosity > 1) cvs_log(LP_NOTICE, "use '%s commit' to add %s " "permanently", __progname, (added == 1) ? "this file" : "these files"); |