diff --git a/packages/tosu/src/objects/instanceManager/osuInstance.ts b/packages/tosu/src/objects/instanceManager/osuInstance.ts index 5eefbe4a..5f77a831 100644 --- a/packages/tosu/src/objects/instanceManager/osuInstance.ts +++ b/packages/tosu/src/objects/instanceManager/osuInstance.ts @@ -437,7 +437,7 @@ export class OsuInstance { if (!Process.isProcessExist(this.process.handle)) { this.isDestroyed = true; - wLogger.info( + wLogger.warn( `OI(watchProcessHealth) osu!.exe at ${this.pid} got destroyed` ); this.emitter.emit('onDestroy', this.pid);