X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/0f4971d043c38bae1bfb95201622a1405110f899..a534b3b856a1e3cbfe60bc0bca432e802f9718be:/log.c diff --git a/log.c b/log.c index dc8c2e8..bb7461b 100644 --- a/log.c +++ b/log.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2003 Project Purple - * - * $Id: log.c,v 1.4 2003/06/04 20:57:10 noodles Exp $ */ #include @@ -24,7 +22,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.