Skip to content

Commit

Permalink
gh-14 Fix typo in log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Apr 29, 2022
1 parent fa671ff commit e4da164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ void createDeviceFromInetAddress_ipv6_2() throws UnknownHostException {
}

private void logDeviceAddressDetails(final Device device) {
LOGGER.debug("Device: (ip: [{}], host: [{}], mac: [{}]",
LOGGER.debug("Device: (ip: [{}], host: [{}], mac: [{}])",
device.getIPAddress(),
device.getHostName(),
device.getMACAddress());
Expand Down

0 comments on commit e4da164

Please sign in to comment.