=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/resp.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- src/usr.bin/cvs/Attic/resp.c 2005/04/15 07:41:20 1.26 +++ src/usr.bin/cvs/Attic/resp.c 2005/04/15 13:14:00 1.27 @@ -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 @@ } 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); }