mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-19 01:46:19 +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
|
||||
|
||||
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} ->
|
||||
|
|
Loading…
Add table
Reference in a new issue