=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/ci.c,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- src/usr.bin/rcs/ci.c 2006/03/06 14:49:54 1.108 +++ src/usr.bin/rcs/ci.c 2006/03/06 15:04:17 1.109 @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.108 2006/03/06 14:49:54 jmc Exp $ */ +/* $OpenBSD: ci.c,v 1.109 2006/03/06 15:04:17 niallo Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins * All rights reserved. @@ -488,7 +488,6 @@ /* Load file contents */ if ((bp = cvs_buf_load(pb->filename, BUF_AUTOEXT)) == NULL) { - cvs_log(LP_ERR, "failed to load '%s'", pb->filename); rcs_close(pb->file); return (-1); } @@ -598,7 +597,6 @@ /* Load file contents */ if ((bp = cvs_buf_load(pb->filename, BUF_AUTOEXT)) == NULL) { - cvs_log(LP_ERR, "failed to load '%s'", pb->filename); rcs_close(pb->file); return (-1); }