We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1816a9 commit a1c3764Copy full SHA for a1c3764
pkg/integration/gin/gin_transaction_middleware.go
@@ -37,7 +37,7 @@ func TransactionMiddleware() gin.HandlerFunc {
37
}
38
39
if len(xid) == 0 {
40
- log.Errorf("Gin: header not contain header: %s, global transaction xid", constant.XidKey)
+ log.Errorf("Gin: header does not contain: %s or %s, global transaction xid is missing", constant.XidKey, constant.XidKeyLowercase)
41
ctx.AbortWithStatus(http.StatusBadRequest)
42
return
43
0 commit comments