summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/history.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/history.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/history.c')
-rw-r--r--usr.bin/cvs/history.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/history.c b/usr.bin/cvs/history.c
index a7d2711d40c..99d26101771 100644
--- a/usr.bin/cvs/history.c
+++ b/usr.bin/cvs/history.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: history.c,v 1.16 2005/05/29 00:18:01 xsa Exp $ */
+/* $OpenBSD: history.c,v 1.17 2005/05/31 08:26:40 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -216,7 +216,7 @@ cvs_history_print(struct cvs_hent *hent)
struct tm etime;
if (localtime_r(&(hent->ch_date), &etime) == NULL) {
- cvs_log(LP_ERROR, "failed to convert timestamp to structure");
+ cvs_log(LP_ERR, "failed to convert timestamp to structure");
return;
}