chore: log

This commit is contained in:
pk5ls20
2024-11-07 10:31:50 +08:00
parent f44e48a28b
commit aed5d2d9f0
2 changed files with 5 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ export class PacketSession {
client = this.judgeClient(core);
break;
default:
this.logger.logError(`[Core] [Packet] 未知的Packet后端类型 ${prefer},请检查配置文件!`);
this.logger.logError(`[Core] [Packet] 未知的PacketBackend ${prefer},请检查配置文件!`);
client = null;
}
if (!(client && client.check(core))) {