Change a MESSAGE about creating a directory to a TRACE.
This commit is contained in:
parent
5b7f03cf9f
commit
73756ce844
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue