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) {
|
if (!result) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
XELOGE("RtlNtStatusToDosError => %X", result);
|
XELOGI("RtlNtStatusToDosError => %X", result);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
++error_table;
|
++error_table;
|
||||||
|
|
Loading…
Reference in New Issue