summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/commit.c')
-rw-r--r--usr.bin/cvs/commit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c
index e2ac9720dcd..f09ebb0e092 100644
--- a/usr.bin/cvs/commit.c
+++ b/usr.bin/cvs/commit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: commit.c,v 1.45 2005/07/25 12:05:43 xsa Exp $ */
+/* $OpenBSD: commit.c,v 1.46 2005/07/27 16:42:19 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -291,7 +291,7 @@ cvs_commit_local(CVSFILE *cf, void *arg)
if (cf->cf_type == DT_DIR) {
if (verbosity > 1)
- cvs_log(LP_INFO, "Examining %s", cf->cf_name);
+ cvs_log(LP_NOTICE, "Examining %s", cf->cf_name);
return (0);
}