src/eitd/eitd.h: more stop debug

Origin commit data
------------------
Commit: 09616b37c3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-26 (Sun, 26 Feb 2012)
This commit is contained in:
[CST] Focus
2012-02-26 10:25:15 +04:00
parent 2e4ef3d608
commit d14200051c

View File

@@ -141,9 +141,11 @@ printf("%s::Stop: to broadcast\n", name.c_str());
pthread_cond_broadcast(&change_cond);
printf("%s::Stop: to unlock\n", name.c_str());
unlock();
printf("%s::Stop: to close\n", name.c_str());
printf("%s::Stop: to closefd\n", name.c_str());
DMX::closefd();
printf("%s::Stop: to join\n", name.c_str());
int ret = (OpenThreads::Thread::join() == 0);
printf("%s::Stop: to close\n", name.c_str());
DMX::close();
return ret;
}