X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Flog.c;h=5a61699255c349ef562a632b37fc973ae722a544;hb=53e939f11632e0ef384eee99983478c6bd88c7c8;hp=00c3e9d807bc45e1d935501fd81253f732262375;hpb=39f322672612cc6146a9a85fd32d2f8c325763da;p=yaz-moved-to-github.git diff --git a/util/log.c b/util/log.c index 00c3e9d..5a61699 100644 --- a/util/log.c +++ b/util/log.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: log.c,v 1.37 2003-02-18 14:28:53 adam Exp $ + * $Id: log.c,v 1.38 2003-05-22 13:15:08 heikki Exp $ */ #if HAVE_CONFIG_H @@ -54,6 +54,8 @@ static struct { { LOG_MALLOC, "malloc"}, { LOG_APP, "app" }, { LOG_NOTIME, "" }, + { LOG_APP2 , "app2" }, + { LOG_APP3 , "app3" }, { LOG_ALL, "all" }, { 0, "none" }, { 0, NULL }