Skip to content

Commit a0b1612

Browse files
rephrase an error
Co-authored-by: ElFantasma <[email protected]>
1 parent 573795c commit a0b1612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/beacon_api/controllers/error_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule BeaconApi.ErrorController do
1616

1717
@spec not_found(Plug.Conn.t(), any) :: Plug.Conn.t()
1818
def not_found(conn, _params) do
19-
Logger.error("Not found resource, path: #{conn.request_path}")
19+
Logger.error("Resource not found, path: #{conn.request_path}")
2020

2121
conn
2222
|> put_status(404)

0 commit comments

Comments
 (0)