mirror of
https://github.com/YGGverse/next.git
synced 2025-01-25 22:34:21 +00:00
print constructed server type
This commit is contained in:
parent
f0a08b5fcb
commit
beee1c7d0c
@ -29,7 +29,7 @@ abstract class Nex implements MessageComponentInterface
|
|||||||
(string) $environment->get('host'),
|
(string) $environment->get('host'),
|
||||||
(string) $environment->get('port')
|
(string) $environment->get('port')
|
||||||
],
|
],
|
||||||
_('[{time}] [construct] server {host}:{port}')
|
_('[{time}] [construct] nex server {host}:{port}')
|
||||||
) . PHP_EOL
|
) . PHP_EOL
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user