summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2004-12-13 16:10:30 +0000
committerxsa <xsa@openbsd.org>2004-12-13 16:10:30 +0000
commitb0ab0e7830a855c9bc5b6023b6437d965e0f97d1 (patch)
treef3fef1b12aa6d53725dd2367310bc4c1dc40770c
parentstandard EXAMPLES; (diff)
downloadwireguard-openbsd-b0ab0e7830a855c9bc5b6023b6437d965e0f97d1.tar.xz
wireguard-openbsd-b0ab0e7830a855c9bc5b6023b6437d965e0f97d1.zip
print full path of .cvsrc in log messages; jfb@ ok.
-rw-r--r--usr.bin/cvs/cvs.c6
1 files changed, 3 insertions, 3 deletions
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 <jfb@openbsd.org>
* 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;
}