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

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

@@ -515,7 +515,7 @@ class chctl
         $logger($feeds,'feeds');
         $logger($profits,'profits');
 
-        Log::record("auto_match can_feed = {$scan_feed} result =" . implode(',',$result),Log::DEBUG);
+        Log::record("auto_match {$card_type}-{$spec} can_feed = {$scan_feed} result =" . implode(',',$result),Log::DEBUG);
         return $result;
     }
 }