Skip to content

Commit

Permalink
Tau - fix typo in loggfer function name
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Sep 28, 2021
1 parent a3b2db3 commit 2372e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/beam/tau/src/tau_server/tau_server_cue.erl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ loop(State) ->
#{enabled := true,
cue_host := CueHost,
cue_port := CuePort} ->
loggfer:debug("got incoming OSC: ~p", [Cmd]),
logger:debug("got incoming OSC: ~p", [Cmd]),
forward_cue(CueHost, CuePort,
InSocket, Ip, Port, Cmd),
?MODULE:loop(State);
Expand Down

0 comments on commit 2372e15

Please sign in to comment.