]> the.earth.li Git - onak.git/blobdiff - log.c
cscvs to tla changeset 118
[onak.git] / log.c
diff --git a/log.c b/log.c
index 1c9f13960f46b752a5b644c4475ac0f6e24a580f..300f4b8e066cd1269f89466509d171116c0f5841 100644 (file)
--- a/log.c
+++ b/log.c
@@ -4,6 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2003 Project Purple
+ *
+ * $Id: log.c,v 1.5 2004/03/23 12:33:47 noodles Exp $
  */
 
 #include <stdarg.h>
@@ -22,7 +24,7 @@
  *     logs - if we're asked to log something below this level we won't output
  *     it.
  */
-static loglevels logthres = LOGTHING_DEBUG;
+static loglevels logthres = LOGTHING_NOTICE;
 
 /*
  *     logappname - the name of the application using us.