forked from AkkomaGang/akkoma
Object: Use inspect to log missing preload.
This commit is contained in:
parent
edaae845af
commit
320690f7a5
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def get_by_ap_id(ap_id) do
|
|||
end
|
||||
|
||||
defp warn_on_no_object_preloaded(ap_id) do
|
||||
"Object.normalize() called without preloaded object (#{ap_id}). Consider preloading the object"
|
||||
"Object.normalize() called without preloaded object (#{inspect(ap_id)}). Consider preloading the object"
|
||||
|> Logger.debug()
|
||||
|
||||
Logger.debug("Backtrace: #{inspect(Process.info(:erlang.self(), :current_stacktrace))}")
|
||||
|
|
Loading…
Reference in a new issue