From: Heikki Levanto Date: Tue, 23 Nov 2004 14:10:47 +0000 (+0000) Subject: Re-enabled the -v notime option, it was broken. X-Git-Tag: YAZ.2.0.30~50 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=27a9c86e28cd54204d12517a94b338b30805c747 Re-enabled the -v notime option, it was broken. --- diff --git a/src/log.c b/src/log.c index f6690e5..ff6aac5 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.16 2004-11-18 15:18:13 heikki Exp $ + * $Id: log.c,v 1.17 2004-11-23 14:10:47 heikki Exp $ */ /** @@ -83,7 +83,7 @@ static struct { { YLOG_ERRNO, ""}, { YLOG_MALLOC, "malloc"}, /* { YLOG_APP, "app" }, */ - { YLOG_NOTIME, "" }, + { YLOG_NOTIME, "notime" }, /* { YLOG_APP2, "app2" }, */ /* { YLOG_APP3, "app3" }, */ { YLOG_ALL, "all" },