=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/getlog.c,v retrieving revision 1.58 retrieving revision 1.59 diff -c -r1.58 -r1.59 *** src/usr.bin/cvs/getlog.c 2006/05/28 21:35:58 1.58 --- src/usr.bin/cvs/getlog.c 2006/05/29 06:29:49 1.59 *************** *** 1,4 **** ! /* $OpenBSD: getlog.c,v 1.58 2006/05/28 21:35:58 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: getlog.c,v 1.59 2006/05/29 06:29:49 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 105,110 **** --- 105,116 ---- if (verbosity > 0) cvs_log(LP_ERR, "%s has been added, but not commited", cf->file_path); + return; + } + + if (cf->file_type == CVS_DIR) { + if (verbosity > 1) + cvs_log(LP_NOTICE, "Logging %s", cf->file_path); return; }