Skip to content

Commit

Permalink
adapt log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed Jan 18, 2022
1 parent d7bf98b commit 4546724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MipsEqLogicTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ private static function executeAsync(string $_method, $_option = null, $_date =
$cron->setSchedule(cron::convertDateToCron(strtotime($_date)));
$cron->save();
$cron->run();
log::add(__CLASS__, 'debug', "ExecuteAsync '{$_method}'");
log::add(__CLASS__, 'debug', "Task '{$_method}' started at {$_date}");
}
}

0 comments on commit 4546724

Please sign in to comment.