=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.42 retrieving revision 1.43 diff -c -r1.42 -r1.43 *** src/usr.bin/cvs/update.c 2005/07/25 12:13:08 1.42 --- src/usr.bin/cvs/update.c 2005/07/27 16:42:19 1.43 *************** *** 1,4 **** ! /* $OpenBSD: update.c,v 1.42 2005/07/25 12:13:08 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: update.c,v 1.43 2005/07/27 16:42:19 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 236,242 **** } if (cf->cf_type == DT_DIR) { ! cvs_log(LP_INFO, "Updating %s", fpath); return (CVS_EX_OK); } --- 236,242 ---- } if (cf->cf_type == DT_DIR) { ! cvs_log(LP_NOTICE, "Updating %s", fpath); return (CVS_EX_OK); }