diff --git a/lib/livebook/utils.ex b/lib/livebook/utils.ex index f50cd9634..07d88db8b 100644 --- a/lib/livebook/utils.ex +++ b/lib/livebook/utils.ex @@ -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