leave update plugin with ok button after the update process (we entered it with ok...
[enigma2.git] / lib / base / filepush.cpp
index 73dc5190f4c431da63348f6fc12b1477b9376547..cb22ea1b0999abb266f1600a2d8eea51eb90ff4e 100644 (file)
@@ -35,12 +35,12 @@ void eFilePushThread::thread()
                {
                                // TODO: take care of boundaries.
                        int w = write(m_fd_dest, m_buffer + m_buf_start, m_buf_end - m_buf_start);
-                       eDebug("wrote %d bytes", w);
+//                     eDebug("wrote %d bytes", w);
                        if (w <= 0)
                        {
                                if (errno == -EINTR)
                                        continue;
-                               eDebug("eFilePushThread *write error* - not yet handled");
+                               eDebug("eFilePushThread *write error* (%m) - not yet handled");
                                // ... we would stop the thread
                        }