Explorar el Código

debug speed ctl

stanley-king hace 4 años
padre
commit
d35466ff2f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      helper/refill/util.php

+ 2 - 0
helper/refill/util.php

@@ -260,6 +260,8 @@ class util
         $key_sec = "pre-{$chname}-{$quality}-{$card_type}-{$spec}-{$time_stamp}";
         $value = $ins->hGet($name, '', $key_sec);
 
+        Log::record("hget_commit_pre_sec sec name = {$name} key={$key_sec} val={$value}", Log::DEBUG);
+
         return intval($value);
     }