Commit 73756ce8 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Change a MESSAGE about creating a directory to a TRACE.

parent 5b7f03cf
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment