mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-20 10:25:59 +08:00
Fix debug message
This commit is contained in:
parent
f97706e3fd
commit
5f763eab0a
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ defmodule Standalone do
|
||||||
end
|
end
|
||||||
|
|
||||||
defp fetch_body!(url) do
|
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
|
case Livebook.Utils.HTTP.request(:get, url, timeout: :infinity) do
|
||||||
{:ok, 200, _headers, body} ->
|
{:ok, 200, _headers, body} ->
|
||||||
|
|
Loading…
Add table
Reference in a new issue