Change a MESSAGE about creating a directory to a TRACE.

oldstable
Mike McCormack 2003-10-02 04:27:21 +00:00 committed by Alexandre Julliard
parent 5b7f03cf9f
commit 73756ce844
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}