]> git.openstreetmap.org Git - nominatim.git/commitdiff
be less verbose
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 13 May 2012 09:03:05 +0000 (11:03 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 13 May 2012 09:03:05 +0000 (11:03 +0200)
module/nominatim.c

index 18ad99b3159c14d8aa8a41e1cea37cd526608a25..75238e2207ff172aad46771569b091d7e73980d5 100644 (file)
@@ -143,12 +143,12 @@ transliteration( PG_FUNCTION_ARGS )
                                resultdata++;
                        }
                }
-               else
+               /*else
                {
                        ereport( WARNING, ( errcode( ERRCODE_SUCCESSFUL_COMPLETION ),
                              errmsg( "missing char: %i\n", *wchardata )));
                        
-               }
+               }*/
                wchardata++;
        }