stanley-king 2 years ago
parent
commit
fce53a9bc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/refill/policy/chctlex.php

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

@@ -224,7 +224,7 @@ class chctlex
             $lVal = $l->compile_val($lProfit);
             $lVal = $l->compile_val($lProfit);
             $rVal = $r->compile_val($lProfit);
             $rVal = $r->compile_val($lProfit);
 
 
-            Log::record("auto_match desc_profit lname={$l->name()} lval={$lVal} rname={$l->name()} rval={$lVal}",Log::DEBUG);
+            Log::record("auto_match desc_profit lname={$l->name()} lval={$lVal} rname={$r->name()} rval={$rVal}",Log::DEBUG);
 
 
             if ($lVal == $rVal)
             if ($lVal == $rVal)
             {
             {