X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/501b09dd94d46430a2463ac5fba7608b0be59005..d76720d2254815018d4881babd73d4723d22033c:/log.c diff --git a/log.c b/log.c index 1c9f139..300f4b8 100644 --- a/log.c +++ b/log.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2003 Project Purple + * + * $Id: log.c,v 1.5 2004/03/23 12:33:47 noodles Exp $ */ #include @@ -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.