mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-04 16:09:36 +00:00
Apply suggestion to lib/pleroma/user.ex
This commit is contained in:
parent
0c2dcb4c69
commit
d4ee76ab63
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ defmodule Pleroma.User do
|
|||
else
|
||||
e ->
|
||||
Logger.error(
|
||||
"Follower/Following counter update for #{user.ap_id} failed.\n" <> inspect(e)
|
||||
"Follower/Following counter update for #{user.ap_id} failed.\n#{inspect(e)}"
|
||||
)
|
||||
|
||||
user
|
||||
|
|
Loading…
Reference in a new issue