diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 20:14:51 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 20:14:51 +0900 |
| commit | 7d8d7eed7e37c3c155847d68e2feec7c03dd4686 (patch) | |
| tree | 521f0443695d55e82fdd4302e9d108d3a806cf4e /src | |
| parent | Update warn message (diff) | |
| download | sharkey-7d8d7eed7e37c3c155847d68e2feec7c03dd4686.tar.gz sharkey-7d8d7eed7e37c3c155847d68e2feec7c03dd4686.tar.bz2 sharkey-7d8d7eed7e37c3c155847d68e2feec7c03dd4686.zip | |
:sparkles:
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 4 |
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(); |