From 7e9436fcf71abf14289b42e70a59c34d9a1cf105 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Tue, 31 May 2005 08:26:41 +0000 Subject: remove LP_ERROR log priority level and rather use LP_ERR as they are both the same... ok jfb joris --- usr.bin/cvs/history.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs/history.c') 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 * 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; } -- cgit v1.2.3