Skip to content

Commit 2372e15

Browse files
committed
Tau - fix typo in loggfer function name
1 parent a3b2db3 commit 2372e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/beam/tau/src/tau_server/tau_server_cue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ loop(State) ->
174174
#{enabled := true,
175175
cue_host := CueHost,
176176
cue_port := CuePort} ->
177-
loggfer:debug("got incoming OSC: ~p", [Cmd]),
177+
logger:debug("got incoming OSC: ~p", [Cmd]),
178178
forward_cue(CueHost, CuePort,
179179
InSocket, Ip, Port, Cmd),
180180
?MODULE:loop(State);

0 commit comments

Comments
 (0)