Log statment for testing upgrades
This commit is contained in:
parent
e67909b337
commit
db62ffff90
|
@ -222,7 +222,7 @@ class Application_Model_Systemstatus
|
||||||
|
|
||||||
$freeSpace = disk_free_space($storPath);
|
$freeSpace = disk_free_space($storPath);
|
||||||
$totalSpace = disk_total_space($storPath);
|
$totalSpace = disk_total_space($storPath);
|
||||||
Logging::info($totalSpace = $freeSpace);
|
Logging::info($totalSpace - $freeSpace);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue