From bd805f1d88d2f285c41ff50992161d2d40b53e7d Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Fri, 13 Jul 2018 23:05:37 +0900 Subject: [PATCH] Update log message --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 46bbb83b0..a700441ea 100644 --- a/src/index.ts +++ b/src/index.ts @@ -119,7 +119,7 @@ async function init(): Promise { } 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';