merge ECHO with TRACE

This commit is contained in:
Michael Ploujnikov 2010-01-08 16:38:35 -05:00
parent b679bfa236
commit fd4504c9de

View file

@ -182,8 +182,7 @@ lumiera_thread_destroy (LumieraThread self)
void
lumiera_thread_delete (LumieraThread self)
{
TRACE(threads);
ECHO ("deleting thread");
TRACE(threads, "deleting thread");
lumiera_free (lumiera_thread_destroy (self));
}