Maarten Lankhorst : ntdll: Silence a common warning.

Alexandre Julliard julliard at winehq.org
Tue Dec 1 09:19:44 CST 2009


Module: wine
Branch: master
Commit: 58c7aa46914b21c3bb2300e4bd9c0369bbf3685d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=58c7aa46914b21c3bb2300e4bd9c0369bbf3685d

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Mon Nov 30 18:18:58 2009 +0100

ntdll: Silence a common warning.

---

 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;
         }




More information about the wine-cvs mailing list