diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c index 53925e22a27..22d9dfa3fa8 100644 --- a/dlls/shell32/shellpath.c +++ b/dlls/shell32/shellpath.c @@ -1172,7 +1172,7 @@ BOOL WINAPI SHGetSpecialFolderPathA ( } } - MESSAGE("Created not existing system directory '%s'\n", szPath); + TRACE("Created missing system directory '%s'\n", szPath); return TRUE; }