Pārlūkot izejas kodu

debug speed ctl

stanley-king 4 gadi atpakaļ
vecāks
revīzija
d35466ff2f
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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);
     }