From 81791a821c760099ae88c0de40a5b8e59e6a8616 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Fri, 11 Feb 2022 11:51:51 +0800 Subject: [PATCH] DEV: Fix small typo. (#15904) --- app/services/user_stat_count_updater.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/user_stat_count_updater.rb b/app/services/user_stat_count_updater.rb index caa1b07080a..53995d3f328 100644 --- a/app/services/user_stat_count_updater.rb +++ b/app/services/user_stat_count_updater.rb @@ -33,7 +33,7 @@ class UserStatCountUpdater # to trigger an error. if action == :decrement! && stat.public_send(column) < 1 if SiteSetting.verbose_user_stat_count_logging - Rails.logger.warn("Attempted to insert negative count into UserStat##{column}} for post with id '#{post.id}'") + Rails.logger.warn("Attempted to insert negative count into UserStat##{column} for post with id '#{post.id}'") end return