SCRC: don't use tracing for this process anymore, reduce screen clutter

This commit is contained in:
Harald Welte 2013-07-14 19:32:08 +02:00
parent 54b54e8461
commit 0b9cae1e91
1 changed files with 1 additions and 1 deletions

View File

@ -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) ->