Downgrade "handle not signaled" error to trace

clogs logs quite a bit
This commit is contained in:
David Marcec 2020-06-04 22:27:15 +10:00
parent 1b64fae912
commit c0d2e3212f

View File

@ -38,7 +38,7 @@ void ReadableEvent::Clear() {
ResultCode ReadableEvent::Reset() {
if (!is_signaled) {
LOG_ERROR(Kernel, "Handle is not signaled! object_id={}, object_type={}, object_name={}",
LOG_TRACE(Kernel, "Handle is not signaled! object_id={}, object_type={}, object_name={}",
GetObjectId(), GetTypeName(), GetName());
return ERR_INVALID_STATE;
}