improve debug output
[enigma2.git] / lib / base / filepush.cpp
index 29ed51d45d4bfee11303f1354c9bf017fdaa267a..cb22ea1b0999abb266f1600a2d8eea51eb90ff4e 100644 (file)
@@ -40,7 +40,7 @@ void eFilePushThread::thread()
                        {
                                if (errno == -EINTR)
                                        continue;
-                               eDebug("eFilePushThread *write error* - not yet handled");
+                               eDebug("eFilePushThread *write error* (%m) - not yet handled");
                                // ... we would stop the thread
                        }