diff --git a/gorush/notification_hms.go b/gorush/notification_hms.go index 6eb68c8..b0ea0f5 100644 --- a/gorush/notification_hms.go +++ b/gorush/notification_hms.go @@ -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 {