This commit is contained in:
as2252258@163.com
2021-02-28 18:33:38 +08:00
parent 5150f28e24
commit c205147c49
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class OnStart extends Callback
{
Snowflake::setProcessId($server->master_pid);
if (Snowflake::isLinux()) {
name(Config::get('id', false, 'system:') . ': master.');
name(Config::get('id', false, 'system:') . ' master.');
}
$event = Snowflake::app()->getEvent();
$event->trigger(Event::SERVER_EVENT_START, null, $server);