mirror of
https://github.com/YGGverse/next.git
synced 2026-03-31 17:55:34 +00:00
print constructed server type
This commit is contained in:
parent
f0a08b5fcb
commit
beee1c7d0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue