This log message was do do 💩

This commit is contained in:
Mark Felder 2018-03-19 17:47:51 +00:00
parent 4190abbf27
commit 032ed2b945
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ defmodule Pleroma.Web.Federator do
def handle(type, _) do
Logger.debug(fn -> "Unknown task: #{type}" end)
{:error, "Don't know what do do with this"}
{:error, "Don't know what to do with this"}
end
def enqueue(type, payload, priority \\ 1) do