[FREELDR] Silence a debug print.
[reactos.git] / boot / freeldr / freeldr / ntldr / wlregistry.c
index 641b13f..155030d 100644 (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... */