[PATCH 9/9] ntdll: Silence a common warn

Maarten Lankhorst m.b.lankhorst at gmail.com
Mon Nov 30 11:18:58 CST 2009


---
 dlls/ntdll/directory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/directory.c b/dlls/ntdll/directory.c
index a09aab1..40cc455 100644
--- a/dlls/ntdll/directory.c
+++ b/dlls/ntdll/directory.c
@@ -2412,7 +2412,7 @@ NTSTATUS CDECL wine_nt_to_unix_file_name( const UNICODE_STRING *nameW, ANSI_STRI
         if (status != STATUS_SUCCESS)
         {
             /* couldn't find it at all, fail */
-            WARN( "%s not found in %s\n", debugstr_w(name), unix_name );
+            TRACE( "%s not found in %s\n", debugstr_w(name), unix_name );
             RtlFreeHeap( GetProcessHeap(), 0, unix_name );
             return status;
         }
-- 
1.6.5.3


--------------090408010505020703090501--



More information about the wine-patches mailing list