# HG changeset patch # User Kim Alvefur # Date 1559071665 -7200 # Node ID 78885053cd806bb21b5896c9e1e27e37c70f342b # Parent 0d4598dacc87faacad7761b8070189e8f884028b mod_statistics_statsman: Fix syntax error diff -r 0d4598dacc87 -r 78885053cd80 mod_statistics_statsman/mod_statistics_statsman.lua --- a/mod_statistics_statsman/mod_statistics_statsman.lua Tue May 28 21:26:13 2019 +0200 +++ b/mod_statistics_statsman/mod_statistics_statsman.lua Tue May 28 21:27:45 2019 +0200 @@ -16,7 +16,7 @@ local name_map = { ["start_time"] = "up_since"; ["cpu.percent:amount"] = "cpu"; - ["cpu.clock:amount"] = "cpu_total" + ["cpu.clock:amount"] = "cpu_total"; ["memory.allocated_mmap:amount"] = "memory_allocated_mmap"; ["memory.allocated:amount"] = "memory_allocated"; ["memory.lua:amount"] = "memory_lua";