From db62ffff90a44517fcd0353a87b0e08d2f6374e9 Mon Sep 17 00:00:00 2001 From: drigato Date: Wed, 16 Apr 2014 16:01:48 -0400 Subject: [PATCH] Log statment for testing upgrades --- airtime_mvc/application/models/Systemstatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/models/Systemstatus.php b/airtime_mvc/application/models/Systemstatus.php index 21f24800b..23b86a899 100644 --- a/airtime_mvc/application/models/Systemstatus.php +++ b/airtime_mvc/application/models/Systemstatus.php @@ -222,7 +222,7 @@ class Application_Model_Systemstatus $freeSpace = disk_free_space($storPath); $totalSpace = disk_total_space($storPath); - Logging::info($totalSpace = $freeSpace); + Logging::info($totalSpace - $freeSpace);