diff --git a/System/Process/Process.php b/System/Process/Process.php index db44f618..a5a343b7 100644 --- a/System/Process/Process.php +++ b/System/Process/Process.php @@ -58,7 +58,7 @@ abstract class Process extends \Swoole\Process implements SProcess */ #[Pure] private function getPrefix(): string { - return Snowflake::app()->id . get_called_class(); + return Snowflake::app()->id . ' ' . get_called_class(); }