From: Sarah Hoffmann Date: Sun, 13 May 2012 09:03:05 +0000 (+0200) Subject: be less verbose X-Git-Tag: deploy~689 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/07b4caf061c2c2aca50971f0d5bae3043a9a2117 be less verbose --- diff --git a/module/nominatim.c b/module/nominatim.c index 18ad99b3..75238e22 100644 --- a/module/nominatim.c +++ b/module/nominatim.c @@ -143,12 +143,12 @@ transliteration( PG_FUNCTION_ARGS ) resultdata++; } } - else + /*else { ereport( WARNING, ( errcode( ERRCODE_SUCCESSFUL_COMPLETION ), errmsg( "missing char: %i\n", *wchardata ))); - } + }*/ wchardata++; }