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:
Diffstat (limited to 'lib/gitlab/checks/timed_logger.rb')
-rw-r--r--lib/gitlab/checks/timed_logger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/checks/timed_logger.rb b/lib/gitlab/checks/timed_logger.rb
index f365e0a43f6..0db38d32bb3 100644
--- a/lib/gitlab/checks/timed_logger.rb
+++ b/lib/gitlab/checks/timed_logger.rb
@@ -31,7 +31,7 @@ module Gitlab
args = { cancelled: true }
args[:start] = start if timed
- append_message(log_message + time_suffix_message(args))
+ append_message(log_message + time_suffix_message(**args))
raise TimeoutError
end