mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-02 05:17:52 +00:00
vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.
This commit is contained in:
parent
0d1a99edf6
commit
49e5de9f03
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ private:
|
|||
IGBPQueryResponseParcel response{value};
|
||||
ctx.WriteBuffer(response.Serialize());
|
||||
} else if (transaction == TransactionId::CancelBuffer) {
|
||||
LOG_WARNING(Service_VI, "(STUBBED) called, transaction=CancelBuffer");
|
||||
LOG_CRITICAL(Service_VI, "(STUBBED) called, transaction=CancelBuffer");
|
||||
} else {
|
||||
ASSERT_MSG(false, "Unimplemented");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue