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:
parent
402e775a80
commit
04395cb9bd
4 changed files with 5 additions and 5 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue