Update log message

This commit is contained in:
Aya Morisawa 2016-12-29 20:26:05 +09:00
parent 3c521ee488
commit 034aad2624
1 changed files with 1 additions and 1 deletions

View File

@ -220,5 +220,5 @@ function spawn(callback: any): void {
// Dying away...
process.on('exit', () => {
log('Info', 'Bye.');
log('Info', 'Misskey is going down');
});