X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Flog.c;h=54753f0b8a44f1f2d453f79a45f89976eae152fd;hb=a97174e3c213916ba968c8922ec69e9101badb2d;hp=0da70c80809b6f014cd1b4fe06e2dce83ffa3b3f;hpb=f517f60a95e2f94edd1efd750024642b5941ef08;p=yaz-moved-to-github.git diff --git a/src/log.c b/src/log.c index 0da70c8..54753f0 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.24 2005-05-18 12:30:00 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" },