logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 36c9197ac36707cdfe3d679bbd64972b4b03ea84
parent da876d09e89bcfec6f2d1eaddb396f68ce48e12a
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Fri, 11 Sep 2020 10:46:16 +0000

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

Diffstat:

Mlib/pleroma/web/federator/federator.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/federator/federator.ex b/lib/pleroma/web/federator/federator.ex @@ -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