From 1bc60511db10f90553c5a624f9f4fff291a83456 Mon Sep 17 00:00:00 2001 From: dockes Date: Sat, 23 Sep 2006 07:21:54 +0000 Subject: [PATCH] message --- src/rcldb/rcldb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rcldb/rcldb.cpp b/src/rcldb/rcldb.cpp index 854507f6..61a99213 100644 --- a/src/rcldb/rcldb.cpp +++ b/src/rcldb/rcldb.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.77 2006-09-22 14:11:26 dockes Exp $ (C) 2004 J.F.Dockes"; +static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.78 2006-09-23 07:21:54 dockes Exp $ (C) 2004 J.F.Dockes"; #endif /* * This program is free software; you can redistribute it and/or modify @@ -428,7 +428,7 @@ bool dumb_string(const string &in, string &out) string s1 = neutchars(in, "\n\r"); if (!unacmaybefold(s1, out, "UTF-8", true)) { - LOGERR(("dumb_string: unac failed for %s\n", in.c_str())); + LOGINFO(("dumb_string: unac failed for [%s]\n", in.c_str())); out.erase(); // See comment at start of func return true;