commit | 73756ce844bb023d30297d96d862afa1cdf0aa58 | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike@codeweavers.com> | Thu Oct 02 04:27:21 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 02 04:27:21 2003 +0000 |
tree | d7725329c78937a45118a254356d2f15d8fce796 | |
parent | 5b7f03cf9f87cb3a1d1237db088256bd68436f40 [diff] |
Change a MESSAGE about creating a directory to a TRACE.
diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c index 53925e2..22d9dfa 100644 --- a/dlls/shell32/shellpath.c +++ b/dlls/shell32/shellpath.c
@@ -1172,7 +1172,7 @@ } } - MESSAGE("Created not existing system directory '%s'\n", szPath); + TRACE("Created missing system directory '%s'\n", szPath); return TRUE; }