@@ -39,6 +39,8 @@ class arw_monitorControl extends SystemControl
$per = 1;
}
+ Log::record("space=$space per=$per",Log::DEBUG);
+
return $total * $per;
};