From 0b9cae1e9193564adb68e853d043a2bf8d20476b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 14 Jul 2013 19:32:08 +0200 Subject: [PATCH] SCRC: don't use tracing for this process anymore, reduce screen clutter --- src/sccp_scrc.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sccp_scrc.erl b/src/sccp_scrc.erl index 966de9a..e103172 100644 --- a/src/sccp_scrc.erl +++ b/src/sccp_scrc.erl @@ -66,7 +66,7 @@ tx_prim_to_local_ref(Prim, LocalRef) -> start_link(InitData) -> % make sure to store the Pid of the caller in the scrc_state gen_fsm:start_link({local, sccp_scrc}, sccp_scrc, - [{sup_pid,self()}|InitData], [{debug, [trace]}]). + [{sup_pid,self()}|InitData], [{debug, []}]). % gen_fsm init callback, called by start_link() init(InitPropList) ->