ChangeLog: * Change a MESSAGE about creating a directory to a TRACE in shell32
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; }