Improve log statement readability
This commit is contained in:
parent
46fcd8607f
commit
d178b0838d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class EndpointFinder {
|
|||
prefix += ipSplit[index] + ".";
|
||||
}
|
||||
}
|
||||
logger.info(prefix);
|
||||
logger.info(prefix + "*");
|
||||
|
||||
for (int i = 1; i <= 255 && _shouldContinueSearch; i++) {
|
||||
var endpoint = prefix + i.toString();
|
||||
|
|
Loading…
Add table
Reference in a new issue