summaryrefslogtreecommitdiffstats
path: root/loader/registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/registry.c')
-rw-r--r--loader/registry.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/registry.c b/loader/registry.c
index 3b90e98a2d..c9b0f11676 100644
--- a/loader/registry.c
+++ b/loader/registry.c
@@ -265,7 +265,9 @@ struct reg_value* insert_reg_value(int handle, const char* name, int type, const
static void init_registry()
{
+#ifdef DETAILED_OUT
printf("Initializing registry\n");
+#endif
open_registry();
insert_handle(HKEY_LOCAL_MACHINE, "HKLM");
insert_handle(HKEY_CURRENT_USER, "HKCU");