sruehl commented on a change in pull request #40: Alias registry for opm
URL: https://github.com/apache/incubator-plc4x/pull/40#discussion_r235884091
##########
File path:
plc4j/protocols/test/src/main/java/org/apache/plc4x/java/mock/PlcMockConnection.java
##########
@@ -55,6 +59,7 @@ public MockDevice getDevice() {
}
public void setDevice(MockDevice device) {
+ logger.info("Set Mock Devie on Mock Connection " + this + " with
device " + device);
Review comment:
We should use string formatting of slf4j here `"Set Mock Devie on Mock
Connection {} with device {}",
, this ,device`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services