Commit beef8472 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

ntdll: Quiet the FIXME for unmapped NTSTATUS values.

parent b9cfd6ed
......@@ -60,7 +60,7 @@ ULONG WINAPI RtlNtStatusToDosErrorNoTeb( NTSTATUS status )
ret = map_status( status );
if (ret == ERROR_MR_MID_NOT_FOUND && status != STATUS_MESSAGE_NOT_FOUND)
FIXME( "no mapping for %08x\n", status );
WARN( "no mapping for %08x\n", status );
return ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment