loudmouth/lm-debug.c
changeset 348 48fdfa327cc7
parent 255 704881ac7788
child 515 fb0f1adfa271
equal deleted inserted replaced
347:92cbc1e51a44 348:48fdfa327cc7
    83 	g_log_set_handler (LM_LOG_DOMAIN, LM_LOG_LEVEL_ALL, 
    83 	g_log_set_handler (LM_LOG_DOMAIN, LM_LOG_LEVEL_ALL, 
    84 			   debug_log_handler, NULL);
    84 			   debug_log_handler, NULL);
    85 
    85 
    86 	initialized = TRUE;
    86 	initialized = TRUE;
    87 }
    87 }
       
    88 
       
    89 #else  /* LM_NO_DEBUG */
       
    90 
       
    91 void 
       
    92 lm_debug_init (void)
       
    93 {
       
    94 }
       
    95 
    88 #endif /* LM_NO_DEBUG */
    96 #endif /* LM_NO_DEBUG */
    89 
    97