From f95d0137e8983c32c9a010f6b55e2754c1815d3a Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Mon, 13 Dec 2004 16:10:31 +0000 Subject: print full path of .cvsrc in log messages; jfb@ ok. --- usr.bin/cvs/cvs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index 11ac9fd137e..fad19b7b74e 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.20 2004/12/13 13:55:10 jmc Exp $ */ +/* $OpenBSD: cvs.c,v 1.21 2004/12/13 16:10:30 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -601,8 +601,8 @@ cvs_read_rcfile(void) cmdp = cvs_findcmd(linebuf); if (cmdp == NULL) { cvs_log(LP_NOTICE, - "unknown command `%s' in cvsrc", - linebuf); + "unknown command `%s' in `%s'", + linebuf, rcpath); continue; } -- cgit v1.2.3