mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[FREELDR] Silence a debug print.
This commit is contained in:
parent
dc0b249d16
commit
c34fc6329f
1 changed files with 1 additions and 1 deletions
|
@ -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... */
|
||||
|
|
Loading…
Reference in a new issue