aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/agent/snmpa_local_db.erl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-04-05 12:37:19 +0200
committerMicael Karlberg <[email protected]>2019-04-11 18:55:44 +0200
commit5ac8a73af358e47666e4a3bb6bbe3edbfe98bf36 (patch)
tree5caffa22e632a35efc5b5d9ea8046a9811422986 /lib/snmp/src/agent/snmpa_local_db.erl
parentdcd4ba6359ede0f51a2aec9c8ba536e319c36dfa (diff)
downloadotp-5ac8a73af358e47666e4a3bb6bbe3edbfe98bf36.tar.gz
otp-5ac8a73af358e47666e4a3bb6bbe3edbfe98bf36.tar.bz2
otp-5ac8a73af358e47666e4a3bb6bbe3edbfe98bf36.zip
[snmp|agent|test] More test tweaking
Improved test printouts (more with timestamps), also fixed the printouts of the (fake) local-db start result printout. Also updated the copyright end-dates.
Diffstat (limited to 'lib/snmp/src/agent/snmpa_local_db.erl')
-rw-r--r--lib/snmp/src/agent/snmpa_local_db.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/src/agent/snmpa_local_db.erl b/lib/snmp/src/agent/snmpa_local_db.erl
index f481fe9970..0231977c46 100644
--- a/lib/snmp/src/agent/snmpa_local_db.erl
+++ b/lib/snmp/src/agent/snmpa_local_db.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1996-2016. All Rights Reserved.
+%% Copyright Ericsson AB 1996-2019. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -625,7 +625,7 @@ handle_info(Info, State) ->
terminate(Reason, State) ->
- ?vlog("terminate: ~p",[Reason]),
+ ?vlog("terminate: ~p", [Reason]),
close(State).