From: Heikki Levanto Date: Tue, 11 Feb 2003 16:35:17 +0000 (+0000) Subject: Ficed the log level display for level app X-Git-Tag: YAZ.2.0~51 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f9d9c90585dcce8b81c69104f1634da29a039cb3 Ficed the log level display for level app (used to display [all][app]) --- diff --git a/util/log.c b/util/log.c index 5056d01..9fe712e 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.34 2003-02-07 14:39:00 heikki Exp $ + * $Id: log.c,v 1.35 2003-02-11 16:35:17 heikki Exp $ */ #if HAVE_CONFIG_H @@ -52,7 +52,8 @@ static struct { { LOG_LOG, "log" }, { LOG_ERRNO, ""}, { LOG_MALLOC, "malloc"}, - { LOG_ALL, "all" }, + { LOG_APP, "app" }, + /* { LOG_ALL, "all" }, */ { 0, "none" }, { 0, NULL } };