mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Don't log the result of RtlNtStatusToDosError as an error
This commit is contained in:
parent
e699be0118
commit
9d721df061
|
|
@ -998,7 +998,7 @@ dword_result_t RtlNtStatusToDosError(dword_t source_status) {
|
|||
if (!result) {
|
||||
break;
|
||||
}
|
||||
XELOGE("RtlNtStatusToDosError => %X", result);
|
||||
XELOGI("RtlNtStatusToDosError => %X", result);
|
||||
return result;
|
||||
}
|
||||
++error_table;
|
||||
|
|
|
|||
Loading…
Reference in a new issue