[PATCH 4/5] ntdll: Quiet the FIXME for unmapped NTSTATUS values.

Zebediah Figura z.figura12 at gmail.com
Mon May 3 21:42:53 CDT 2021


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/ntdll/error.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/error.c b/dlls/ntdll/error.c
index 738f55b42dc..3df63b16c21 100644
--- a/dlls/ntdll/error.c
+++ b/dlls/ntdll/error.c
@@ -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;
 }
 
-- 
2.30.2




More information about the wine-devel mailing list