vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.

pull/8/head
bunnei 7 years ago
parent 0d1a99edf6
commit 49e5de9f03

@ -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…
Cancel
Save