We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573795c commit a0b1612Copy full SHA for a0b1612
lib/beacon_api/controllers/error_controller.ex
@@ -16,7 +16,7 @@ defmodule BeaconApi.ErrorController do
16
17
@spec not_found(Plug.Conn.t(), any) :: Plug.Conn.t()
18
def not_found(conn, _params) do
19
- Logger.error("Not found resource, path: #{conn.request_path}")
+ Logger.error("Resource not found, path: #{conn.request_path}")
20
21
conn
22
|> put_status(404)
0 commit comments