|
@@ -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);
|
|
|
}
|