summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2016-03-16 17:58:07 -0700
committerUlf Wiger <ulf@feuerlabs.com>2016-03-16 17:58:07 -0700
commitfc5da382cb0e2bd45e243169591d133d45d56bee (patch)
tree909a31c0c6f9d246bb9b51167cf547999c7b5534
parente775983350e5d9ac1bb530c89cac376d13f04302 (diff)
downloadrvi_core-fc5da382cb0e2bd45e243169591d133d45d56bee.tar.gz
change ?warning msg into a ?debug
-rw-r--r--components/rvi_common/src/rvi_common.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/rvi_common/src/rvi_common.erl b/components/rvi_common/src/rvi_common.erl
index 574aa51..af222ea 100644
--- a/components/rvi_common/src/rvi_common.erl
+++ b/components/rvi_common/src/rvi_common.erl
@@ -214,8 +214,8 @@ notification(Component,
send_json_notification(URL, atom_to_binary(Function, latin1), JSONArg),
ok;
{ error, _ } = Error ->
- ?warning("get_module_type(~p,~p,~p) -> ~p",
- [Component, Module, CompSpec, Error]),
+ ?debug("get_module_type(~p,~p,~p) -> ~p",
+ [Component, Module, CompSpec, Error]),
%% ignore
ok
end.