]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Pet luacheck
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 3 May 2019 17:47:00 +0000 (18:47 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 4 May 2019 04:02:08 +0000 (05:02 +0100)
src/plugins/lua/clickhouse.lua

index da8c736cc84e48c69d5aba50053c7b6a8ccd1b0e..b9a3c2e0960b919ca88b3a01bea2af03f9136be9 100644 (file)
@@ -577,7 +577,8 @@ local function clickhouse_collect(task)
   local scan_real,scan_virtual = task:get_scan_time()
   scan_real,scan_virtual = math.floor(scan_real * 1000), math.floor(scan_virtual * 1000)
   if scan_real < 0 then
-    rspamd_logger.messagex(task, 'clock skew detected for message: %s ms real scan time (reset to 0), %s virtual scan time',
+    rspamd_logger.messagex(task,
+        'clock skew detected for message: %s ms real scan time (reset to 0), %s virtual scan time',
         scan_real, scan_virtual)
     scan_real = 0
   end