stanley-king 2 years ago
parent
commit
48927e28bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/refill/policy/chctlex.php

+ 1 - 1
helper/refill/policy/chctlex.php

@@ -366,7 +366,7 @@ class chctlex
         {
             $result = [];
             foreach ($ctls as $item) {
-                $result[] = "{$item->name()}:{$item->cur_speed()} {$item->max_speed()}";
+                $result[] = "{$item->name()}:{$item->cur_speed()} {$item->max_speed()} {$item->notify_time()}";
             }
             $sname = implode(',', $result);
             Log::record("{$header} {$tag} :{$sname}",Log::DEBUG);