show Result Code if huawei push fails (#559)

Co-authored-by: Viktor Radchenko <1641795+vikmeup@users.noreply.github.com>
This commit is contained in:
kerem 2021-03-27 04:19:11 +03:00 committed by GitHub
parent 590a6f5915
commit 9dbb058cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ Retry:
} else {
isError = true
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 {