Skip to content

Commit

Permalink
Use Logger.warning/1
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghenright authored and lpil committed Sep 2, 2023
1 parent 2686567 commit 298d5db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/mix_test_watch/watcher.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ defmodule MixTestWatch.Watcher do
FileSystem.subscribe(:mix_test_watcher)
{:ok, []}
other ->
Logger.warn """
Could not start the file system monitor.
"""
Logger.warning("Could not start the file system monitor.")
other
end
end
Expand Down

0 comments on commit 298d5db

Please sign in to comment.