repair ecore mainloop dispatcher

This commit is contained in:
Andreas Volz 2011-03-10 12:44:39 +01:00
parent cdedb019b0
commit 987d0f72a4
5 changed files with 66 additions and 76 deletions

View file

@ -33,7 +33,7 @@
static void _debug_log_default(const char *format, ...)
{
#ifdef DEBUG
//#ifdef DEBUG
static int debug_env = getenv("DBUSXX_VERBOSE") ? 1 : 0;
@ -49,7 +49,7 @@ static void _debug_log_default(const char *format, ...)
va_end(args);
}
#endif//DEBUG
//#endif//DEBUG
}
DBus::LogFunction DBus::debug_log = _debug_log_default;