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/diff.c | |
parent | d993e4cf33aec0f34f47f6205375085a6fb97a7e (diff) |
use LP_NOTICE instead of LP_INFO where appropriate;
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r-- | usr.bin/cvs/diff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c index 7e64e156e14..19750dc62e5 100644 --- a/usr.bin/cvs/diff.c +++ b/usr.bin/cvs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.53 2005/07/25 12:05:43 xsa Exp $ */ +/* $OpenBSD: diff.c,v 1.54 2005/07/27 16:42:19 xsa Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -596,7 +596,7 @@ cvs_diff_local(CVSFILE *cf, void *arg) if (cf->cf_type == DT_DIR) { if (verbosity > 1) - cvs_log(LP_INFO, "Diffing %s", fpath); + cvs_log(LP_NOTICE, "Diffing %s", fpath); return (0); } |