diff --git a/telldus-core/common/EventHandler_unix.cpp b/telldus-core/common/EventHandler_unix.cpp index 46fc949a..15372b78 100644 --- a/telldus-core/common/EventHandler_unix.cpp +++ b/telldus-core/common/EventHandler_unix.cpp @@ -24,6 +24,7 @@ public: EventHandler::EventHandler() { d = new PrivateData; + printf(""); pthread_cond_init(&d->event, NULL); pthread_mutex_init(&d->mutex, NULL); }