X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=log.c;h=300f4b8e066cd1269f89466509d171116c0f5841;hb=1d268f8b7df33d0985b63f7f99b9e3ed597a9982;hp=dc8c2e8d6198c418f92fab0d75d182044ec06b30;hpb=0f4971d043c38bae1bfb95201622a1405110f899;p=onak.git diff --git a/log.c b/log.c index dc8c2e8..300f4b8 100644 --- a/log.c +++ b/log.c @@ -5,7 +5,7 @@ * * Copyright 2003 Project Purple * - * $Id: log.c,v 1.4 2003/06/04 20:57:10 noodles Exp $ + * $Id: log.c,v 1.5 2004/03/23 12:33:47 noodles Exp $ */ #include @@ -24,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.