Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-16 09:09:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-16 09:09:57 +0300
commit93c27b216aa57d57ebd8f5f2581e45dc300324b8 (patch)
treea6cbeb92b9f24baf499cc9ed276e1c0a70ea50c7 /app/services/notification_service.rb
parent43b91399aeb9f58afc9599b51a941b2bbc745a28 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/notification_service.rb')
-rw-r--r--app/services/notification_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notification_service.rb b/app/services/notification_service.rb
index fc2eb1dc4e4..26d7bd162df 100644
--- a/app/services/notification_service.rb
+++ b/app/services/notification_service.rb
@@ -857,7 +857,7 @@ class NotificationService
end
def warn_skipping_notifications(user, object)
- Gitlab::AppLogger.warn(message: "Skipping sending notifications", user: user.id, klass: object.class, object_id: object.id)
+ Gitlab::AppLogger.warn(message: "Skipping sending notifications", user: user.id, klass: object.class.to_s, object_id: object.id)
end
end