|
@@ -116,7 +116,7 @@ class policy extends ProviderManager implements IPolicy
|
|
|
[$sucdess,$quality,$time_out] = $this->mMchctl->getCtls($mchid);
|
|
|
|
|
|
if($sucdess) {
|
|
|
- Log::record("mchid timeout={$time_out}",Log::DEBUG);
|
|
|
+ Log::record("mchid = {$mchid} timeout={$time_out}",Log::DEBUG);
|
|
|
return $checker($refill_info, $order_info,$time_out,$quality);
|
|
|
}
|
|
|
else {
|