Browse Source

add log to group control

stanley-king 3 years atrás
parent
commit
fa8a186bce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/refill/policy/xyz/policy.php

+ 1 - 1
helper/refill/policy/xyz/policy.php

@@ -99,7 +99,7 @@ class policy extends ProviderManager implements IPolicy
 
         Log::record("ProviderManager::get_providers result=" . implode(',',$names),Log::DEBUG);
         [$hasGroup,$can_others,$channels] = $this->mGroupCtl->find_providers($mchid, $spec, $card_type, $cur_quality);
-        Log::record("GroupControl first result=" . implode(',',$channels),Log::DEBUG);
+        Log::record("GroupControl mchid={$mchid} spec={$spec} quality={$cur_quality} card_type={$card_type} first result=" . implode(',',$channels),Log::DEBUG);
         if($hasGroup)
         {
             if(empty($channels))