show Result Code if huawei push fails (#559)
Co-authored-by: Viktor Radchenko <1641795+vikmeup@users.noreply.github.com>
This commit is contained in:
parent
590a6f5915
commit
9dbb058cd7
|
@ -209,7 +209,7 @@ Retry:
|
||||||
} else {
|
} else {
|
||||||
isError = true
|
isError = true
|
||||||
StatStorage.AddHuaweiError(int64(1))
|
StatStorage.AddHuaweiError(int64(1))
|
||||||
LogAccess.Debug("Huwaei Send Notification is failed!")
|
LogAccess.Debug("Huawei Send Notification is failed! Code: " + res.Code)
|
||||||
}
|
}
|
||||||
|
|
||||||
if isError && retryCount < maxRetry {
|
if isError && retryCount < maxRetry {
|
||||||
|
|
Loading…
Reference in New Issue