https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c34fc6329fadae2eea0d7cca9f60e4c8255cde47

commit c34fc6329fadae2eea0d7cca9f60e4c8255cde47
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Oct 28 15:11:23 2018 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sun Oct 28 18:17:33 2018 +0100

    [FREELDR] Silence a debug print.
---
 boot/freeldr/freeldr/ntldr/wlregistry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/freeldr/freeldr/ntldr/wlregistry.c 
b/boot/freeldr/freeldr/ntldr/wlregistry.c
index 641b13f69e..155030dbc2 100644
--- a/boot/freeldr/freeldr/ntldr/wlregistry.c
+++ b/boot/freeldr/freeldr/ntldr/wlregistry.c
@@ -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... */

Reply via email to