Commit c2ffb8bc authored by Riegel's avatar Riegel
Browse files

Refactor: Use String formatter of Log4j

parent ba1e97a6
Showing with 1 addition and 1 deletion
+1 -1
......@@ -847,7 +847,7 @@ public class Citygml3FeatureMapper extends ObjectWalker {
}
} else {
logger.error(String.format("Implicit geometry of GML-ID %s has no referenced geometry.", ig.getId()));
logger.error("Implicit geometry of GML-ID {} has no referenced geometry.", ig.getId());
}
return igh;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment