]> granicus.if.org Git - postgis/commitdiff
removed an elog(NOTICE)
authorDavid Blasby <dblasby@gmail.com>
Wed, 28 Apr 2004 21:00:43 +0000 (21:00 +0000)
committerDavid Blasby <dblasby@gmail.com>
Wed, 28 Apr 2004 21:00:43 +0000 (21:00 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@525 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_inout.c

index fbee130ee242cb368843987a0c4242637da79717..7a975ccfede72db0956e8c5267ccd68a474c1856 100644 (file)
@@ -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)