stanley-king hace 3 años
padre
commit
d02a190d84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      helper/refill/RefillBase.php

+ 1 - 1
helper/refill/RefillBase.php

@@ -649,7 +649,7 @@ class RefillBase
         $ins = Cache::getInstance('cacheredis');
         $val = $ins->get('channel_ratios');
         if(!empty($val)) {
-            Log::record("UpdateRatio ratios={$val}",Log::DEBUG);
+            Log::record("UpdateRatio ratios OK",Log::DEBUG);
         } else {
             Log::record("UpdateRatio ratios empty",Log::DEBUG);
         }