mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[FREELDR] Silence a debug print.
This commit is contained in:
@@ -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... */
|
||||
|
||||
Reference in New Issue
Block a user