From: Adam Dickmeiss Date: Wed, 18 May 2005 12:23:42 +0000 (+0000) Subject: Keep log level app2,app3. It is still being used X-Git-Tag: YAZ.2.1.6~7 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=811aab8e16731999167fcb3cd2076e7256bf68ad;p=yaz-moved-to-github.git Keep log level app2,app3. It is still being used --- diff --git a/src/log.c b/src/log.c index 0da70c8..b2e2662 100644 --- a/src/log.c +++ b/src/log.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: log.c,v 1.22 2005-04-29 10:36:05 heikki Exp $ + * $Id: log.c,v 1.23 2005-05-18 12:23:42 adam Exp $ */ /** @@ -83,10 +83,10 @@ static struct { { YLOG_LOG, "log" }, { YLOG_ERRNO, ""}, { YLOG_MALLOC, "malloc"}, - /* { YLOG_APP, "app" }, */ + { YLOG_APP, "app" }, { YLOG_NOTIME, "notime" }, - /* { YLOG_APP2, "app2" }, */ - /* { YLOG_APP3, "app3" }, */ + { YLOG_APP2, "app2" }, */ + { YLOG_APP3, "app3" }, */ { YLOG_ALL, "all" }, { YLOG_FLUSH, "flush" }, { YLOG_LOGLVL, "loglevel" },