summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/api.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics/api.inc.php')
-rw-r--r--modules-available/statistics/api.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/api.inc.php b/modules-available/statistics/api.inc.php
index 57c4cee2..280e5abc 100644
--- a/modules-available/statistics/api.inc.php
+++ b/modules-available/statistics/api.inc.php
@@ -157,7 +157,7 @@ if ($type{0} === '~') {
writeClientLog('machine-mismatch-poweron', 'Poweron event, but previous known state is ' . $old['state']
. '. RAM: ' . Util::readableFileSize($old['live_memfree'], -1, 2)
. ', Swap: ' . Util::readableFileSize($old['live_swapfree'], -1, 2)
- . ', ID44: ' . Util::readableFileSize($old['live_memfree'], -1, 2));
+ . ', ID44: ' . Util::readableFileSize($old['live_tmpfree'], -1, 2));
}
}