Warning should be a debug
This commit is contained in:
parent
9f42871c86
commit
a8dde207e1
|
@ -120,7 +120,7 @@ public static function find_all( $parameters = null, $options = null ) {
|
||||||
}
|
}
|
||||||
$used = $this->disk_used_space();
|
$used = $this->disk_used_space();
|
||||||
$usage = round( ($used / $total) * 100);
|
$usage = round( ($used / $total) * 100);
|
||||||
Warning("Used $usage = round( ( $used / $total ) * 100 )");
|
Debug("Used $usage = round( ( $used / $total ) * 100 )");
|
||||||
return $usage;
|
return $usage;
|
||||||
}
|
}
|
||||||
public function disk_total_space() {
|
public function disk_total_space() {
|
||||||
|
|
Loading…
Reference in New Issue