From af98d47ab122fdc8fe01557b8736be06874989d9 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Sat, 25 Apr 2020 20:15:41 +0200 Subject: Minor tweaks and cleanups --- modules-available/statistics/hooks/cron.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules-available/statistics/hooks') diff --git a/modules-available/statistics/hooks/cron.inc.php b/modules-available/statistics/hooks/cron.inc.php index 6393b2c6..8db6b79c 100644 --- a/modules-available/statistics/hooks/cron.inc.php +++ b/modules-available/statistics/hooks/cron.inc.php @@ -32,9 +32,9 @@ function state_cleanup() 'type' => 'machine-mismatch-cron', 'client' => $row['clientip'], 'description' => 'Client timed out, last known state is ' . $row['state'] - . '. RAM: ' . Util::readableFileSize($row['live_memfree'], -1, 2) - . ', Swap: ' . Util::readableFileSize($row['live_swapfree'], -1, 2) - . ', ID44: ' . Util::readableFileSize($row['live_tmpfree'], -1, 2), + . '. Free RAM: ' . Util::readableFileSize($row['live_memfree'], -1, 2) + . ', free Swap: ' . Util::readableFileSize($row['live_swapfree'], -1, 2) + . ', free ID44: ' . Util::readableFileSize($row['live_tmpfree'], -1, 2), 'longdesc' => '', 'uuid' => $row['machineuuid'], )); -- cgit v1.2.3-55-g7522