mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
Update log message
This commit is contained in:
parent
3012ab3ed4
commit
9b68fdc599
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ async function masterMain() {
|
|||
|
||||
spawnWorkers(() => {
|
||||
Logger.succ('All workers started');
|
||||
Logger.info(`Now listening on port ${config.port}`);
|
||||
Logger.info(`URL is ${config.url}`);
|
||||
Logger.info(`Now listening on port ${config.port} on ${config.url}`);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue