diff options
author | Micael Karlberg <[email protected]> | 2011-12-05 14:40:21 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-12-21 16:04:10 +0100 |
commit | c4a1020847a7d08be9696bb41a666e36cdf4206c (patch) | |
tree | d7d1b9e8b8281cc8b9f14d4c437f93d109ff443b /lib/snmp/src/agent/snmpa_internal.hrl | |
parent | 558f3c606b2cbdf46ecb53de48387ebb93527c07 (diff) | |
download | otp-c4a1020847a7d08be9696bb41a666e36cdf4206c.tar.gz otp-c4a1020847a7d08be9696bb41a666e36cdf4206c.tar.bz2 otp-c4a1020847a7d08be9696bb41a666e36cdf4206c.zip |
[snmp] Be more verbose in the worker procs
Add a verbosity printout for results of the requests sent to it).
Also fixed handling sent_trap and appup.
OTP-9700
Diffstat (limited to 'lib/snmp/src/agent/snmpa_internal.hrl')
-rw-r--r-- | lib/snmp/src/agent/snmpa_internal.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/src/agent/snmpa_internal.hrl b/lib/snmp/src/agent/snmpa_internal.hrl index 908bb97bd0..671a3e4aaf 100644 --- a/lib/snmp/src/agent/snmpa_internal.hrl +++ b/lib/snmp/src/agent/snmpa_internal.hrl @@ -29,9 +29,9 @@ %% (( then there is room for in a normal pdu )) %% (( (unless the max pdu size has been )) %% (( cranked way up), so this value should )) -%% (( suffice as "infinity" withou actually )) +%% (( suffice as "infinity" without actually )) %% (( causing memory issues for the VM ... )) --define(DEFAULT_GB_MAX_VBS, 1000). +-define(DEFAULT_GB_MAX_VBS, 1000). -define(snmpa_info(F, A), ?snmp_info("agent", F, A)). -define(snmpa_warning(F, A), ?snmp_warning("agent", F, A)). |