Grammar consistency

Most log messages are sentence fragments so make them consistent by
removing periods. Log messages that are expressing urgency with ! or
pending more work with "..." are OK.
This commit is contained in:
Mark Felder 2018-03-19 17:31:58 +00:00
commit 04395cb9bd
4 changed files with 5 additions and 5 deletions

View file

@ -98,7 +98,7 @@ defmodule Pleroma.Web.Websub do
{:ok, websub}
else {:error, reason} ->
Logger.debug("Couldn't create subscription.")
Logger.debug("Couldn't create subscription")
Logger.debug(inspect(reason))
{:error, reason}