Skip to content

Commit

Permalink
debug msg
Browse files Browse the repository at this point in the history
Co-authored-by: Fred Hebert <[email protected]>
  • Loading branch information
MarkoMin and ferd authored Jan 27, 2024
1 parent 5708898 commit ceac46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rebar/src/rebar_prv_completion.erl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ write_completion(CompletionStr, State, #{shell:=Shell, file:=Filename}) ->
Dest = filename:join(BaseDir, Filename),
case filelib:ensure_dir(Dest) of
ok ->
?DIAGNOSTIC("Writing completion file for ~p shell to: ~p~n",
?DEBUG("Writing completion file for ~p shell to: ~p~n",
[Shell, Dest]),
case file:write_file(Dest, CompletionStr, [write, raw]) of
ok ->
Expand Down

0 comments on commit ceac46e

Please sign in to comment.