Change a MESSAGE about creating a directory to a TRACE in shell32

Mike McCormack mike at codeweavers.com
Thu Oct 2 21:57:52 CDT 2003


ChangeLog:
* Change a MESSAGE about creating a directory to a TRACE in shell32
-------------- next part --------------
Index: dlls/shell32/shellpath.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shellpath.c,v
retrieving revision 1.72
diff -u -r1.72 shellpath.c
--- dlls/shell32/shellpath.c	30 Sep 2003 00:19:44 -0000	1.72
+++ dlls/shell32/shellpath.c	1 Oct 2003 13:31:23 -0000
@@ -1172,7 +1172,7 @@
 	    }
 	}
 
-	MESSAGE("Created not existing system directory '%s'\n", szPath);
+	TRACE("Created missing system directory '%s'\n", szPath);
 	return TRUE;
 }
 


More information about the wine-patches mailing list