From 73756ce844bb023d30297d96d862afa1cdf0aa58 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Thu, 2 Oct 2003 04:27:21 +0000 Subject: [PATCH] Change a MESSAGE about creating a directory to a TRACE. --- dlls/shell32/shellpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.4.GIT