mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 10:27:28 -07:00
Update log message
This commit is contained in:
parent
23b7b65873
commit
26be72d4eb
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ async function init(): Promise<Config> {
|
||||||
}
|
}
|
||||||
|
|
||||||
configLogger.info('Successfully loaded');
|
configLogger.info('Successfully loaded');
|
||||||
configLogger.info(`maintainer: ${config.maintainer}`);
|
configLogger.info(`Maintainer: ${config.maintainer.name}`);
|
||||||
|
|
||||||
if (process.platform === 'linux' && !isRoot() && config.port < 1024) {
|
if (process.platform === 'linux' && !isRoot() && config.port < 1024) {
|
||||||
throw 'You need root privileges to listen on port below 1024 on Linux';
|
throw 'You need root privileges to listen on port below 1024 on Linux';
|
||||||
|
|
Loading…
Reference in a new issue