# HG changeset patch # User Jonas Schäfer # Date 1621512181 -7200 # Node ID 76d32b2ca5ebd7fba6190191c2e48e26b6340b8c # Parent 21217f7e82b978848e97a977112dc772625250b1 statsmanager: remove "legacy" wording This was a leftover from when we (or rather I) thought that the old (now called "high-level") API would be removed. We deemed it useful though, so let's remove that "legacy" language and make the description more friendly. diff -r 21217f7e82b9 -r 76d32b2ca5eb core/statsmanager.lua --- a/core/statsmanager.lua Sat May 08 16:31:48 2021 +0200 +++ b/core/statsmanager.lua Thu May 20 14:03:01 2021 +0200 @@ -83,7 +83,7 @@ end local function unwrap_legacy_extra(extra, type_, name, unit) - local description = extra and extra.description or "Legacy "..type_.." metric "..name + local description = extra and extra.description or name.." "..type_ unit = extra and extra.unit or unit return description, unit end