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

This commit is contained in:
Haelwenn 2020-09-11 10:46:16 +00:00
parent da876d09e8
commit 36c9197ac3
1 changed files with 1 additions and 1 deletions

View File

@ -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