From: David Blasby Date: Wed, 28 Apr 2004 21:00:43 +0000 (+0000) Subject: removed an elog(NOTICE) X-Git-Tag: pgis_0_8_2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e53be2835fb54466b815b13b0b8b97065ad4dc0b;p=postgis removed an elog(NOTICE) git-svn-id: http://svn.osgeo.org/postgis/trunk@525 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom_inout.c b/lwgeom/lwgeom_inout.c index fbee130ee..7a975ccfe 100644 --- a/lwgeom/lwgeom_inout.c +++ b/lwgeom/lwgeom_inout.c @@ -570,7 +570,7 @@ Datum LWGEOM_addBBOX(PG_FUNCTION_ARGS) void elog_ERROR(const char* string) { - elog(NOTICE,string); + elog(ERROR,string); } void *palloc_fn(size_t size)