[Wine-patches] [PATCH] ntdll: disable trace for match_filename and append_entry

Vitaly Lipatov lav на etersoft.ru
Сб Фев 19 16:28:05 MSK 2011


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

diff --git a/dlls/ntdll/directory.c b/dlls/ntdll/directory.c
index 66572da..b6e37cd 100644
--- a/dlls/ntdll/directory.c
+++ b/dlls/ntdll/directory.c
@@ -1177,7 +1177,9 @@ static BOOLEAN match_filename( const UNICODE_STRING *name_str, const UNICODE_STR
     const WCHAR *lastjoker = NULL;
     const WCHAR *next_to_retry = NULL;
 
+    /* Lav: disable trace for clean log
     TRACE("(%s, %s)\n", debugstr_us(name_str), debugstr_us(mask_str));
+    */
 
     while (name < name_end && mask < mask_end)
     {
@@ -1277,8 +1279,11 @@ static union file_directory_info *append_entry( void *info_ptr, IO_STATUS_BLOCK
             short_len = hash_short_file_name( &str, short_nameW );
     }
 
+    /* Lav: disable trace for clean log
     TRACE( "long %s short %s mask %s\n",
            debugstr_us(&str), debugstr_wn(short_nameW, short_len), debugstr_us(mask) );
+    */
+
 
     if (mask && !match_filename( &str, mask ))
     {
-- 
1.7.4



Подробная информация о списке рассылки Wine-patches