stanley-king 4 年之前
父節點
當前提交
d9a3516c62
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      helper/refill/policy/chctl.php

+ 1 - 0
helper/refill/policy/chctl.php

@@ -66,6 +66,7 @@ class chctl
         foreach ($names as $name)
         {
             $key = $this->prefix($name,$spec,$card_type,$quality);
+            Log::record("chctl::match key={$key}",Log::DEBUG);
             if(array_key_exists($key,$this->mSpeedtable)) {
                 $ctl_items[] = $this->mSpeedtable[$key];
             }