more debu

This commit is contained in:
Oliver Gorwits
2018-01-30 14:25:44 +00:00
parent abbe040351
commit dee8177a67
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ my $info = SNMP::Info->new(
MibDirs => [ _build_mibdirs() ],
IgnoreNetSNMPConf => 1,
Debug => 1,
DebugSNMP => 1,
DebugSNMP => 2,
);
ok($info, 'SNMP::Info instantiated');