Apply 1 suggestion(s) to 1 file(s)

stable
Haelwenn 4 years ago
parent da876d09e8
commit 36c9197ac3

@ -94,7 +94,7 @@ defmodule Pleroma.Web.Federator do
e ->
# Just drop those for now
Logger.debug("Unhandled activity\n" <> Jason.encode!(params, pretty: true))
Logger.debug(fn -> "Unhandled activity\n" <> Jason.encode!(params, pretty: true) end)
{:error, e}
end
end

Loading…
Cancel
Save