vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.

This commit is contained in:
bunnei 2018-07-17 22:47:35 -04:00
parent 3ff59a95d5
commit ad40c27409

View file

@ -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");
}