Apply 1 suggestion(s) to 1 file(s)
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>
Fri, 11 Sep 2020 10:46:16 +0000 (10:46 +0000)
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>
Fri, 11 Sep 2020 10:46:16 +0000 (10:46 +0000)
lib/pleroma/web/federator/federator.ex

index e4ab9ba32a538845dedbba040164d3f90a68aae7..13065414545829c8bf4696bbfff83246433ea551 100644 (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