aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/salmon/salmon.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/web/salmon/salmon.ex')
-rw-r--r--lib/pleroma/web/salmon/salmon.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/salmon/salmon.ex b/lib/pleroma/web/salmon/salmon.ex
index 61c04e091..caab5d484 100644
--- a/lib/pleroma/web/salmon/salmon.ex
+++ b/lib/pleroma/web/salmon/salmon.ex
@@ -178,7 +178,7 @@ defmodule Pleroma.Web.Salmon do
remote_users(activity)
|> Enum.each(fn(remote_user) ->
Task.start(fn ->
- Logger.debug(fn -> "sending Salmon to #{remote_user.ap_id}" end)
+ Logger.debug(fn -> "Sending Salmon to #{remote_user.ap_id}" end)
send_to_user(remote_user, feed, poster)
end)
end)