Another WebSub CamelCase

This commit is contained in:
Mark Felder 2018-03-19 17:46:53 +00:00
parent 7430ff9173
commit 4190abbf27
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ defmodule Pleroma.Web.Federator do
end
def handle(:verify_websub, websub) do
Logger.debug(fn -> "Running websub verification for #{websub.id} (#{websub.topic}, #{websub.callback})" end)
Logger.debug(fn -> "Running WebSub verification for #{websub.id} (#{websub.topic}, #{websub.callback})" end)
@websub.verify(websub)
end