X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Flog.c;h=00c3e9d807bc45e1d935501fd81253f732262375;hb=006c3df264a95c03bfc557b2004595fc6cc3ee14;hp=cfcbf77a0d746e75cd669cbd82cfbbc289c4d59e;hpb=06670a04cc9789bc938174a5e99ddaff97386867;p=yaz-moved-to-github.git diff --git a/util/log.c b/util/log.c index cfcbf77..00c3e9d 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.37 2003-02-18 14:28:53 adam Exp $ */ #if HAVE_CONFIG_H @@ -54,7 +54,7 @@ static struct { { LOG_MALLOC, "malloc"}, { LOG_APP, "app" }, { LOG_NOTIME, "" }, - /* { LOG_ALL, "all" }, */ + { LOG_ALL, "all" }, { 0, "none" }, { 0, NULL } };