]> granicus.if.org Git - postgis/commitdiff
Log message fix
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 10 Oct 2017 17:06:08 +0000 (17:06 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 10 Oct 2017 17:06:08 +0000 (17:06 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15952 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwgeom_geos_node.c

index 8d08ec0f19bd2c2438c78b361b6bced2717b0a83..c94fae72ef5173cecfa6042e2fda7d23f5c41ecc 100644 (file)
@@ -157,7 +157,7 @@ lwgeom_node(const LWGEOM* lwgeom_in)
        GEOSGeom_destroy(g1);
        if ( ! gn ) {
                lwgeom_free(ep);
-               lwerror("GEOSUnaryUnion: %s", lwgeom_geos_errmsg);
+               lwerror("GEOSNode: %s", lwgeom_geos_errmsg);
                return NULL;
        }