diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-13 23:05:37 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-13 23:05:37 +0900 |
| commit | bd805f1d88d2f285c41ff50992161d2d40b53e7d (patch) | |
| tree | 4f80473957ae46255f42985188c8df833392546d | |
| parent | Merge pull request #1891 from syuilo/greenkeeper/html-minifier-3.5.19 (diff) | |
| download | sharkey-bd805f1d88d2f285c41ff50992161d2d40b53e7d.tar.gz sharkey-bd805f1d88d2f285c41ff50992161d2d40b53e7d.tar.bz2 sharkey-bd805f1d88d2f285c41ff50992161d2d40b53e7d.zip | |
Update log message
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 46bbb83b07..a700441ea5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'; |