X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Flog.c;h=5a61699255c349ef562a632b37fc973ae722a544;hb=53e939f11632e0ef384eee99983478c6bd88c7c8;hp=cfcbf77a0d746e75cd669cbd82cfbbc289c4d59e;hpb=06670a04cc9789bc938174a5e99ddaff97386867;p=yaz-moved-to-github.git diff --git a/util/log.c b/util/log.c index cfcbf77..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.36 2003-02-12 14:17:50 heikki Exp $ + * $Id: log.c,v 1.38 2003-05-22 13:15:08 heikki Exp $ */ #if HAVE_CONFIG_H @@ -54,7 +54,9 @@ static struct { { LOG_MALLOC, "malloc"}, { LOG_APP, "app" }, { LOG_NOTIME, "" }, - /* { LOG_ALL, "all" }, */ + { LOG_APP2 , "app2" }, + { LOG_APP3 , "app3" }, + { LOG_ALL, "all" }, { 0, "none" }, { 0, NULL } };