summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 20:14:51 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 20:14:51 +0900
commit7d8d7eed7e37c3c155847d68e2feec7c03dd4686 (patch)
tree521f0443695d55e82fdd4302e9d108d3a806cf4e /src
parentUpdate warn message (diff)
downloadsharkey-7d8d7eed7e37c3c155847d68e2feec7c03dd4686.tar.gz
sharkey-7d8d7eed7e37c3c155847d68e2feec7c03dd4686.tar.bz2
sharkey-7d8d7eed7e37c3c155847d68e2feec7c03dd4686.zip
:sparkles:
Diffstat (limited to 'src')
-rw-r--r--src/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.ts b/src/index.ts
index 51d64ef889..0fb52c69a0 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -169,8 +169,8 @@ async function init(): Promise<State> {
return State.failed;
}
- log('Info', 'Success to load configuration');
- log('Info', `maintainer: ${config.maintainer}`);
+ log('Info', 'Successfully loaded', 'Config');
+ log('Info', `maintainer: ${config.maintainer}`, 'Config');
checkDependencies();