=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff.c,v retrieving revision 1.146 retrieving revision 1.147 diff -c -r1.146 -r1.147 *** src/usr.bin/cvs/diff.c 2009/03/19 10:09:16 1.146 --- src/usr.bin/cvs/diff.c 2009/03/23 07:28:05 1.147 *************** *** 1,4 **** ! /* $OpenBSD: diff.c,v 1.146 2009/03/19 10:09:16 joris Exp $ */ /* * Copyright (c) 2008 Tobias Stoeckmann * Copyright (c) 2006 Joris Vink --- 1,4 ---- ! /* $OpenBSD: diff.c,v 1.147 2009/03/23 07:28:05 joris Exp $ */ /* * Copyright (c) 2008 Tobias Stoeckmann * Copyright (c) 2006 Joris Vink *************** *** 266,272 **** if (cf->file_type == CVS_DIR) { if (verbosity > 1) ! cvs_log(LP_NOTICE, "Diffing inside %s", cf->file_path); return; } --- 266,272 ---- if (cf->file_type == CVS_DIR) { if (verbosity > 1) ! cvs_log(LP_ERR, "Diffing inside %s", cf->file_path); return; } *************** *** 306,313 **** break; default: if (!(cf->file_flags & FILE_ON_DISK)) { ! cvs_log(LP_ERR, "cannot find %s", ! cf->file_path); return; } --- 306,312 ---- break; default: if (!(cf->file_flags & FILE_ON_DISK)) { ! cvs_printf("? %s\n", cf->file_path); return; }