[FREELDR] Silence a debug print.

This commit is contained in:
Hermès Bélusca-Maïto
2018-10-28 15:11:23 +01:00
parent dc0b249d16
commit c34fc6329f

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... */