mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 19:43:32 +00:00
Update log message
This commit is contained in:
@@ -119,7 +119,7 @@ async function init(): Promise<Config> {
|
||||
}
|
||||
|
||||
configLogger.info('Successfully loaded');
|
||||
configLogger.info(`maintainer: ${config.maintainer}`);
|
||||
configLogger.info(`Maintainer: ${config.maintainer.name}`);
|
||||
|
||||
if (process.platform === 'linux' && !isRoot() && config.port < 1024) {
|
||||
throw 'You need root privileges to listen on port below 1024 on Linux';
|
||||
|
||||
Reference in New Issue
Block a user