From b8f20dc0e2d7ad32117b2ba90063b2a778441c02 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 22 Jan 2012 10:11:23 +1000 Subject: Remove ancient TODO that is not relevant to this project. --- LuaSL/src/LuaSL_utilities.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'LuaSL/src/LuaSL_utilities.c') diff --git a/LuaSL/src/LuaSL_utilities.c b/LuaSL/src/LuaSL_utilities.c index 1675a92..6a111a2 100644 --- a/LuaSL/src/LuaSL_utilities.c +++ b/LuaSL/src/LuaSL_utilities.c @@ -38,12 +38,8 @@ void loggingStartup(gameGlobals *game) EINA_LOG_CRIT("could not register log domain 'LuaSL'"); } // TODO - should unregister this later. - eina_log_level_set(EINA_LOG_LEVEL_DBG); - eina_log_domain_level_set("LuaSL", EINA_LOG_LEVEL_DBG); -// TODO - use a different domain for those things we need to log for legal reasons. -// Setup a callback that calls both the usual stderr callback AND the file one, -// but sending ggg domain messages to one file, and legal ones to another. -// Don't bother sending the ggg ones to the file if we are not embedded, we can see them on the terminal. + eina_log_level_set(EINA_LOG_LEVEL_DBG); + eina_log_domain_level_set("LuaSL", EINA_LOG_LEVEL_DBG); eina_log_print_cb_set(_ggg_log_print_cb, stderr); } -- cgit v1.1