=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/import.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- src/usr.bin/cvs/import.c 2005/11/24 11:17:15 1.28 +++ src/usr.bin/cvs/import.c 2005/11/28 08:49:25 1.29 @@ -1,4 +1,4 @@ -/* $OpenBSD: import.c,v 1.28 2005/11/24 11:17:15 xsa Exp $ */ +/* $OpenBSD: import.c,v 1.29 2005/11/28 08:49:25 xsa Exp $ */ /* * Copyright (c) 2004 Joris Vink * All rights reserved. @@ -283,7 +283,7 @@ */ if (dflag == 1) { if (stat(fpath, &fst) == -1) { - cvs_log(LP_ERRNO, "failed to stat %s", fpath); + cvs_log(LP_ERRNO, "failed to stat `%s'", fpath); return (CVS_EX_DATA); } stamp = (time_t)fst.st_mtime;