diff --git a/lib/pleroma/web/plugs/http_signature_plug.ex b/lib/pleroma/web/plugs/http_signature_plug.ex index 51de2b875..5ed3235e2 100644 --- a/lib/pleroma/web/plugs/http_signature_plug.ex +++ b/lib/pleroma/web/plugs/http_signature_plug.ex @@ -104,7 +104,9 @@ defp maybe_require_signature( :noop any -> - Logger.warn("expected request signature cache to run, got #{any}") + Logger.warn( + "expected request signature cache to return a boolean, instead got #{inspect(any)}" + ) end end