aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-07-14 19:32:08 +0200
committerHarald Welte <laforge@gnumonks.org>2013-07-14 19:32:08 +0200
commit0b9cae1e9193564adb68e853d043a2bf8d20476b (patch)
tree499a609f10e826dd399c7fe611c908ace0bbcd02
parent54b54e8461342b50cf70ba84e2285135f6300946 (diff)
SCRC: don't use tracing for this process anymore, reduce screen clutter
-rw-r--r--src/sccp_scrc.erl2
1 files changed, 1 insertions, 1 deletions
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) ->