aboutsummaryrefslogtreecommitdiff
path: root/internal/route/lfs/route.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/route/lfs/route.go')
-rw-r--r--internal/route/lfs/route.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/route/lfs/route.go b/internal/route/lfs/route.go
index a7003708..08045ac5 100644
--- a/internal/route/lfs/route.go
+++ b/internal/route/lfs/route.go
@@ -85,7 +85,7 @@ func authenticate() macaron.Handler {
// Once we found the token, we're supposed to find its related user,
// thus any error is unexpected.
internalServerError(c.Resp)
- log.Error("Failed to get user: %v", err)
+ log.Error("Failed to get user [id: %d]: %v", token.UserID, err)
return
}
}