From b8c86c7b34625b924ee155941b78220b56dcb193 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Wed, 11 Apr 2001 01:38:57 +0000 Subject: less, and more informal printfs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@341 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/registry.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'loader/registry.c') 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"); -- cgit v1.2.3