diff options
author | 2005-07-27 16:42:19 +0000 | |
---|---|---|
committer | 2005-07-27 16:42:19 +0000 | |
commit | 246675ede84e266037cbaaee16e4c9c5b56767da (patch) | |
tree | 9b48ce959430ded249c58036c19ade2534f06a3f /usr.bin/cvs/commit.c | |
parent | rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@. (diff) | |
download | wireguard-openbsd-246675ede84e266037cbaaee16e4c9c5b56767da.tar.xz wireguard-openbsd-246675ede84e266037cbaaee16e4c9c5b56767da.zip |
use LP_NOTICE instead of LP_INFO where appropriate;
Diffstat (limited to 'usr.bin/cvs/commit.c')
-rw-r--r-- | usr.bin/cvs/commit.c | 4 |
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); } |