=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/getlog.c,v retrieving revision 1.35 retrieving revision 1.36 diff -c -r1.35 -r1.36 *** src/usr.bin/cvs/getlog.c 2005/07/07 14:27:57 1.35 --- src/usr.bin/cvs/getlog.c 2005/07/11 08:36:58 1.36 *************** *** 1,4 **** ! /* $OpenBSD: getlog.c,v 1.35 2005/07/07 14:27:57 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: getlog.c,v 1.36 2005/07/11 08:36:58 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 218,224 **** } if (cf->cf_type == DT_DIR) { ! cvs_log(LP_INFO, "Logging %s", cf->cf_name); return (0); } --- 218,225 ---- } if (cf->cf_type == DT_DIR) { ! if (verbosity > 1) ! cvs_log(LP_INFO, "Logging %s", cf->cf_name); return (0); }