Fix debug message

This commit is contained in:
Wojtek Mach 2022-08-25 11:35:33 +02:00
parent f97706e3fd
commit 5f763eab0a

View file

@ -132,7 +132,7 @@ defmodule Standalone do
end
defp fetch_body!(url) do
Logger.debug("Downloading Elixir from #{url}")
Logger.debug("Downloading #{url}")
case Livebook.Utils.HTTP.request(:get, url, timeout: :infinity) do
{:ok, 200, _headers, body} ->