Warning should be a debug

This commit is contained in:
Isaac Connor 2018-01-16 12:33:50 -05:00
parent 9f42871c86
commit a8dde207e1
1 changed files with 1 additions and 1 deletions

View File

@ -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() {