diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-27 16:42:20 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-27 16:42:20 +0000 |
commit | 3eb63331561e161f4374ddf77e88a41da8d4b8ef (patch) | |
tree | b369f0df0d0415dd3e84c17e3ce6e43a43a6542d /usr.bin/cvs/remove.c | |
parent | d993e4cf33aec0f34f47f6205375085a6fb97a7e (diff) |
use LP_NOTICE instead of LP_INFO where appropriate;
Diffstat (limited to 'usr.bin/cvs/remove.c')
-rw-r--r-- | usr.bin/cvs/remove.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/remove.c b/usr.bin/cvs/remove.c index fd3afbdf432..642cad20cfb 100644 --- a/usr.bin/cvs/remove.c +++ b/usr.bin/cvs/remove.c @@ -1,4 +1,4 @@ -/* $OpenBSD: remove.c,v 1.28 2005/07/26 14:58:58 xsa Exp $ */ +/* $OpenBSD: remove.c,v 1.29 2005/07/27 16:42:19 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -148,7 +148,7 @@ cvs_remove_local(CVSFILE *cf, void *arg) if (cf->cf_type == DT_DIR) { if (verbosity > 1) - cvs_log(LP_INFO, "Removing %s", cf->cf_name); + cvs_log(LP_NOTICE, "Removing %s", cf->cf_name); return (0); } |