summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/log.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-07-27 15:45:45 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-07-27 15:45:45 +0000
commitd993e4cf33aec0f34f47f6205375085a6fb97a7e (patch)
tree57ff0c25c3fe6c07afd552b6edf848e3b4f9b824 /usr.bin/cvs/log.h
parentb1325738282b56aee519303a8763d2a87caf2fc7 (diff)
rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@.
ok jfb@.
Diffstat (limited to 'usr.bin/cvs/log.h')
-rw-r--r--usr.bin/cvs/log.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/log.h b/usr.bin/cvs/log.h
index fd962089428..e6e2a7bd326 100644
--- a/usr.bin/cvs/log.h
+++ b/usr.bin/cvs/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.11 2005/07/27 13:06:04 xsa Exp $ */
+/* $OpenBSD: log.h,v 1.12 2005/07/27 15:45:44 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -44,8 +44,8 @@
/* log priority levels */
#define LP_DEBUG 0
-#define LP_NOTICE 1
-#define LP_INFO 2
+#define LP_INFO 1
+#define LP_NOTICE 2
#define LP_WARN 3
#define LP_ERR 4
#define LP_ALERT 5