Skip to content

Commit

Permalink
Improve log message
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Lüthi <[email protected]>
  • Loading branch information
patrickackermann and Philippluca authored Jun 17, 2024
1 parent 8d94f44 commit c3df918
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private Value isInsideArea(String usageScope, Collection<IomObject> objects, Pat
String nextCode = next.getKey().getStringValue();

logger.addEvent(logger.logErrorMsg(
"IsInsideAreaByCode found an invalid overlap between code '{0}' and '{1}'. The offending geometry is near this point: {2}",
"IsInsideAreaByCode found an invalid overlap between code '{0}' and '{1}'. The offending geometry has it's centroid at point: {2}",
centroid.getX(),
centroid.getY(),
null,
Expand Down

0 comments on commit c3df918

Please sign in to comment.