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