From a7cb19af522dc5ae7eacfba44e3801cc76674d81 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Fri, 15 Apr 2005 13:14:01 +0000 Subject: braino; joris ok --- 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 0c2ec2a57f4..938ea999b13 100644 --- a/usr.bin/cvs/resp.c +++ b/usr.bin/cvs/resp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: resp.c,v 1.26 2005/04/15 07:41:20 xsa Exp $ */ +/* $OpenBSD: resp.c,v 1.27 2005/04/15 13:14:00 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -538,7 +538,7 @@ cvs_resp_copyfile(struct cvsroot *root, int type, char *line) } if (rename(path, newpath) == -1) { - cvs_log(LP_ERRNO, "failed to rename %s to %s", line, newname); + cvs_log(LP_ERRNO, "failed to rename %s to %s", path, newpath); return (-1); } -- cgit v1.2.3