X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=util%2Flog.c;h=00c3e9d807bc45e1d935501fd81253f732262375;hb=39f322672612cc6146a9a85fd32d2f8c325763da;hp=cfcbf77a0d746e75cd669cbd82cfbbc289c4d59e;hpb=4a72187a377987ccbe95cb7c549adb0678bc7159;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 } };