summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/import.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/import.c')
-rw-r--r--usr.bin/cvs/import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/import.c b/usr.bin/cvs/import.c
index 58d5936d9a9..39661d7febf 100644
--- a/usr.bin/cvs/import.c
+++ b/usr.bin/cvs/import.c
@@ -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 <joris@openbsd.org>
* All rights reserved.
@@ -283,7 +283,7 @@ cvs_import_local(CVSFILE *cf, void *arg)
*/
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;