aboutsummaryrefslogtreecommitdiff
path: root/pkg/api/api0
diff options
context:
space:
mode:
authorpg9182 <96569817+pg9182@users.noreply.github.com>2022-10-13 17:37:39 -0400
committerpg9182 <96569817+pg9182@users.noreply.github.com>2022-10-13 17:37:39 -0400
commit33ab1a1e8f2e85f3967ea40d7f508abdf128c0e6 (patch)
treeced6574831f232f8d62a3b24ab50f042d9c8a196 /pkg/api/api0
parent7b41d76ba9e3e66ebc9d6bb0a88a9c5b01d496bd (diff)
downloadAtlas-33ab1a1e8f2e85f3967ea40d7f508abdf128c0e6.tar.gz
Atlas-33ab1a1e8f2e85f3967ea40d7f508abdf128c0e6.zip
pkg/api/api0: Minor log message fix
Diffstat (limited to 'pkg/api/api0')
-rw-r--r--pkg/api/api0/playerinfo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/api/api0/playerinfo.go b/pkg/api/api0/playerinfo.go
index 9a35bf3..ca059cd 100644
--- a/pkg/api/api0/playerinfo.go
+++ b/pkg/api/api0/playerinfo.go
@@ -122,7 +122,7 @@ func (h *Handler) handlePlayer(w http.ResponseWriter, r *http.Request) {
hlog.FromRequest(r).Error().
Err(err).
Uint64("uid", uid).
- Msgf("failed to read pdata hash from storage")
+ Msgf("failed to read pdata from storage")
respJSON(w, r, http.StatusInternalServerError, map[string]any{
"success": false,
"error": ErrorCode_INTERNAL_SERVER_ERROR,