Logger.warn -> Logger.warning

This commit is contained in:
José Valim 2022-08-23 08:44:01 +02:00
parent bb243a5964
commit 1e4ae42e6c

View file

@ -338,7 +338,7 @@ defmodule Livebook.Utils do
case cmd_args do
{cmd, args} -> System.cmd(cmd, args)
nil -> Logger.warn("could not open the browser, no open command found in the system")
nil -> Logger.warning("could not open the browser, no open command found in the system")
end
:ok