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
|
|
@ -122,7 +122,7 @@ defmodule Pleroma.Web.WebFinger do
|
|||
{:ok, data}
|
||||
else
|
||||
e ->
|
||||
Logger.debug(fn -> "Couldn't finger #{account}." end)
|
||||
Logger.debug(fn -> "Couldn't finger #{account}" end)
|
||||
Logger.debug(fn -> inspect(e) end)
|
||||
{:error, e}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue