Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
da876d09e8
commit
36c9197ac3
@ -94,7 +94,7 @@ def perform(:incoming_ap_doc, params) do
|
|||||||
|
|
||||||
e ->
|
e ->
|
||||||
# Just drop those for now
|
# 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}
|
{:error, e}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user