mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-11 20:11:29 +08:00
Add log
This commit is contained in:
parent
15d89f2bd1
commit
e21ec9ed50
@ -169,7 +169,7 @@ internal object KnownPacketFactories {
|
||||
PacketLogger.verbose("包类型(flag2) = $flag2. (可能是 ${if (flag2 == 2) "OicqRequest" else "Uni"})")
|
||||
|
||||
val flag3 = readByte().toInt()
|
||||
check(flag3 == 0) { "Illegal flag3. Expected 0, got $flag3" }
|
||||
check(flag3 == 0) { "Illegal flag3. Expected 0, whereas got $flag3. flag1=$flag1, flag2=$flag2" }
|
||||
|
||||
readString(readInt() - 4)// uinAccount
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user