mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
fix(logging): suppress mpv connect-request info log spam
This commit is contained in:
@@ -248,7 +248,7 @@ export class MpvIpcClient implements MpvClient {
|
||||
return;
|
||||
}
|
||||
|
||||
logger.info('MPV IPC connect requested.');
|
||||
logger.debug('MPV IPC connect requested.');
|
||||
this.connecting = true;
|
||||
this.transport.connect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user