diff --git a/lib/App/Netdisco/Worker/Plugin/Internal/SNMPFastDiscover.pm b/lib/App/Netdisco/Worker/Plugin/Internal/SNMPFastDiscover.pm index a44028b5..b04a4e27 100644 --- a/lib/App/Netdisco/Worker/Plugin/Internal/SNMPFastDiscover.pm +++ b/lib/App/Netdisco/Worker/Plugin/Internal/SNMPFastDiscover.pm @@ -14,10 +14,10 @@ register_worker({ phase => 'check', driver => 'direct' }, sub { and (not blessed $job->device or not $job->device->in_storage)) { config->{'snmp_try_slow_connect'} = false; - return Status->info("running with fast SNMP timeouts for initial discover"); + debug "running with fast SNMP timeouts for initial discover"; } - return Status->info("running with configured SNMP timeouts"); + debug "running with configured SNMP timeouts"; }); true;