diff --git a/src/index.ts b/src/index.ts
index c6ac7b1756..0df38b5966 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -73,7 +73,7 @@ function greet() {
 		console.log(chalk.keyword('orange')(' If you like Misskey, please donate to support development. https://www.patreon.com/syuilo'));
 
 		console.log('');
-		console.log(chalk`<${os.hostname()} {gray (PID: ${process.pid.toString()})}>`);
+		console.log(chalk`< ${os.hostname()} {gray (PID: ${process.pid.toString()})} >`);
 	}
 
 	bootLogger.info('Welcome to Misskey!');