From f9d9c90585dcce8b81c69104f1634da29a039cb3 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Tue, 11 Feb 2003 16:35:17 +0000 Subject: [PATCH] Ficed the log level display for level app (used to display [all][app]) --- util/log.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 } }; -- 1.7.10.4