summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/file.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-05-31 08:26:41 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-05-31 08:26:41 +0000
commit7e9436fcf71abf14289b42e70a59c34d9a1cf105 (patch)
tree93e941a389912deb84566eb0eeb0279318576035 /usr.bin/cvs/file.c
parent074fe3429f7e828daafb59f10c9aa5fd3d433fb4 (diff)
remove LP_ERROR log priority level and rather use LP_ERR as they are both
the same... ok jfb joris
Diffstat (limited to 'usr.bin/cvs/file.c')
-rw-r--r--usr.bin/cvs/file.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c
index c0ae26ea219..44325da5564 100644
--- a/usr.bin/cvs/file.c
+++ b/usr.bin/cvs/file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.c,v 1.81 2005/05/28 01:34:28 joris Exp $ */
+/* $OpenBSD: file.c,v 1.82 2005/05/31 08:26:40 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -800,8 +800,7 @@ cvs_file_getdir(CVSFILE *cf, int flags, char *path, int (*cb)(CVSFILE *, void *)
cfp->cf_flags &= ~CVS_GDIR_IGNORE;
if (cvs_file_getdir(cfp, flags, np, cb, arg) < 0) {
- cvs_log(LP_ERROR, "failed to get %s",
- CVS_FILE_NAME(cfp));
+ cvs_log(LP_ERR, "failed to get %s", CVS_FILE_NAME(cfp));
continue;
}
}