Skip to content
Snippets Groups Projects
Commit 73756ce8 authored by Michael McCormack's avatar Michael McCormack Committed by Alexandre Julliard
Browse files

Change a MESSAGE about creating a directory to a TRACE.

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