1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Merge pull request #1116 from 631359746/master

correct the log
This commit is contained in:
format 2019-12-08 13:48:06 +08:00 committed by GitHub
commit 7d60c28a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ public class SentinelSCGAutoConfiguration {
"[Sentinel SpringCloudGateway] using AnonymousBlockRequestHandler, responseStatus: " "[Sentinel SpringCloudGateway] using AnonymousBlockRequestHandler, responseStatus: "
+ fallbackProperties.getResponseStatus() + fallbackProperties.getResponseStatus()
+ ", responseBody: " + ", responseBody: "
+ fallbackProperties.getResponseStatus()); + fallbackProperties.getResponseBody());
} }
} }
String redirectUrl = fallbackProperties.getRedirect(); String redirectUrl = fallbackProperties.getRedirect();