From: Adam Dickmeiss Date: Fri, 31 Oct 1997 12:39:30 +0000 (+0000) Subject: Changed log message. X-Git-Tag: ZEBRA.1.0~276 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=9316ebeab370ca5ee115c7eaecbd195d5b92abe1;p=idzebra-moved-to-github.git Changed log message. --- diff --git a/util/zebramap.c b/util/zebramap.c index a925c79..1c1a4d4 100644 --- a/util/zebramap.c +++ b/util/zebramap.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zebramap.c,v $ - * Revision 1.1 1997-10-27 14:33:06 adam + * Revision 1.2 1997-10-31 12:39:30 adam + * Changed log message. + * + * Revision 1.1 1997/10/27 14:33:06 adam * Moved towards generic character mapping depending on "structure" * field in abstract syntax file. Fixed a few memory leaks. Fixed * bug with negative integers when doing searches with relational @@ -91,7 +94,7 @@ chrmaptab zebra_map_get (ZebraMaps zms, int reg_type) if (!(zm->maptab = chrmaptab_create (zms->tabpath, name, 0))) logf(LOG_WARN, "Failed to read character table %s", name); else - logf(LOG_LOG, "Read table %s", name); + logf(LOG_DEBUG, "Read character table %s", name); return zm->maptab; }