Skip to content

Commit d422a99

Browse files
committed
fixing typo
1 parent e735af8 commit d422a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/topology/nodeNetwork.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ BEGIN
131131
END IF;
132132
RAISE DEBUG ' -----> SRID found %', sridinfo.srid;
133133
EXCEPTION WHEN OTHERS THEN
134-
RAISE NOTICE 'ERROR: Can NOT determine the srid of the geometry "%" IN table %.%', th_geom, sname, tname;
134+
RAISE NOTICE 'ERROR: Can NOT determine the srid of the geometry "%" IN table %.%', the_geom, sname, tname;
135135
RETURN 'FAIL';
136136
END;
137137

0 commit comments

Comments
 (0)