Update DiscoverAndTest.java

This commit is contained in:
bhlowe
2019-07-31 10:36:55 -07:00
parent 77d1c615eb
commit 60cdb3f6bb

View File

@@ -65,7 +65,7 @@ public class DiscoverAndTest {
if (args.length > 1) password = args[1];
if (password.isEmpty()) {
LOG.info(
LOG.warn(
"Warning: No password for discover and test... run with common user password as arguments");
}
// OnvifDevice.setVerbose(true);