From 325eb2df2572868493b077613b591a7ff2e7689a Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Mon, 28 Nov 2005 08:49:26 +0000 Subject: consistency in error messages; --- usr.bin/cvs/resp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs/resp.c') diff --git a/usr.bin/cvs/resp.c b/usr.bin/cvs/resp.c index 06fabf277ce..71e7cfa0394 100644 --- a/usr.bin/cvs/resp.c +++ b/usr.bin/cvs/resp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: resp.c,v 1.61 2005/10/22 17:32:57 joris Exp $ */ +/* $OpenBSD: resp.c,v 1.62 2005/11/28 08:49:25 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -436,7 +436,7 @@ cvs_resp_createdir(char *line) */ if (stat(line, &st) == -1) { if (errno != ENOENT) { - cvs_log(LP_ERRNO, "failed to stat '%s'", line); + cvs_log(LP_ERRNO, "failed to stat `%s'", line); return (-1); } -- cgit v1.2.3