Skip to content

Commit

Permalink
missing address in error
Browse files Browse the repository at this point in the history
  • Loading branch information
icklesteve committed May 29, 2019
1 parent 033e0a4 commit 1c90c63
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ public UhlenbrockLnThrottleManager(UhlenbrockSystemConnectionMemo memo) {
@Override
public void requestThrottleSetup(LocoAddress address, boolean control) {
if (!(address instanceof DccLocoAddress)){
log.error("{} is not a DCCLocoAddress");
log.error("{} is not a DCCLocoAddress",address);
failedThrottleRequest(address, "Address" + address + " is not a DccLocoAddress");
return;
}
Expand Down

0 comments on commit 1c90c63

Please sign in to comment.