change noop to info, and some fixes
This commit is contained in:
@@ -24,7 +24,7 @@ register_worker({ phase => 'main', driver => 'snmp' }, sub {
|
||||
my $now = 'to_timestamp('. (join '.', gettimeofday) .')';
|
||||
store_subnet($_, $now) for @subnets;
|
||||
|
||||
return Status->noop(sprintf ' [%s] arpnip - processed %s Subnet entries',
|
||||
return Status->info(sprintf ' [%s] arpnip - processed %s Subnet entries',
|
||||
$device->ip, scalar @subnets);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user