|
@@ -337,7 +337,7 @@ class chctl
|
|
|
$state = 'profit';
|
|
|
}
|
|
|
|
|
|
- Log::record("auto_match channel {$name} state={$state} comit_succ={$commit_succ} count={$comit_count} notify_count={$notify_count} notify_succ={$notify_succ} ", Log::DEBUG);
|
|
|
+ Log::record("auto_match channel {$name} state={$state} comit_succ={$commit_succ} count={$comit_count} notify_count={$notify_count} notify_succ={$notify_succ} speed={$speed}", Log::DEBUG);
|
|
|
}
|
|
|
|
|
|
return [$feeds,$profits];
|