diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 20:33:34 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 20:33:34 +0900 |
| commit | 47e6e7dba4fece720251a222b270cd0ed379c05e (patch) | |
| tree | 1a0a5c60f3dbbb91123f5587db7570f763ca98ef /src | |
| parent | Update log message (diff) | |
| download | misskey-47e6e7dba4fece720251a222b270cd0ed379c05e.tar.gz misskey-47e6e7dba4fece720251a222b270cd0ed379c05e.tar.bz2 misskey-47e6e7dba4fece720251a222b270cd0ed379c05e.zip | |
update warn message
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 21bc19501d..cefa1a2caa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -152,7 +152,8 @@ async function init(): Promise<State> { log('Info', 'Initializing...'); if (IS_DEBUG) { - log('Warn', 'It is not in the Production mode. Do not use in the Production environment.'); + log('Warn', 'The environment is not in production mode'); + log('Warn', 'Do not use for production purpose.'); } log('Info', `environment: ${env}`); |