send write error messages down to service events
[enigma2.git] / lib / base / filepush.cpp
index 92c580c22d43c22cb6c05ce2915b507ce6a8cc69..76e01ea062c287cf76db009f59513c7e8963da4e 100644 (file)
@@ -61,6 +61,8 @@ void eFilePushThread::thread()
                        {
                                if (errno == EINTR)
                                        continue;
+                               eDebug("eFilePushThread WRITE ERROR");
+                               sendEvent(evtWriteError);
                                break;
                                // ... we would stop the thread
                        }