Fix bad call to warning_msg

This commit is contained in:
Dave Smith 2009-05-05 10:52:25 -06:00
parent e3e0b99494
commit 351eb91156

View file

@ -45,7 +45,7 @@ init([]) ->
true ->
load_mibs(['BDBERL-MIB']);
false ->
error_logger:warn_msg("SNMP is not running; bdberl Stats will not be published.\n")
error_logger:warning_msg("SNMP is not running; bdberl stats will not be published.\n")
end,
{ok, #state{}}.