Update log message

This commit is contained in:
Aya Morisawa 2016-12-29 20:26:05 +09:00
parent 6d79fafe05
commit 009c9556a6

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');
});