From: Heikki Levanto Date: Tue, 2 Nov 2004 12:57:54 +0000 (+0000) Subject: oops, forgot to give a name to LOG_FLUSH. Now added X-Git-Tag: YAZ.2.0.28~14 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=05e1dd414a3bcf5601a620ecd7b85f530517bc64 oops, forgot to give a name to LOG_FLUSH. Now added --- diff --git a/src/log.c b/src/log.c index 7e03daa..945ca16 100644 --- a/src/log.c +++ b/src/log.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: log.c,v 1.4 2004-11-02 12:55:04 heikki Exp $ + * $Id: log.c,v 1.5 2004-11-02 12:57:54 heikki Exp $ */ /** @@ -69,6 +69,7 @@ static struct { { LOG_APP2 , "app2" }, { LOG_APP3 , "app3" }, { LOG_ALL, "all" }, + { LOG_FLUSH, "flush" }, { 0, "none" }, { 0, NULL } };