[FREELDR] Silence a debug print.

This commit is contained in:
Hermès Bélusca-Maïto
2018-10-28 18:17:33 +01:00
parent dc0b249d16
commit c34fc6329f
+1 -1
View File
@@ -143,7 +143,7 @@ WinLdrInitSystemHive(
HiveName = "SYSTEM";
}
ERR("WinLdrInitSystemHive: try to load hive %s%s\n", SearchPath, HiveName);
TRACE("WinLdrInitSystemHive: loading hive %s%s\n", SearchPath, HiveName);
Success = WinLdrLoadSystemHive(LoaderBlock, SearchPath, HiveName);
/* Fail if failed... */