improve debug output
authorFelix Domke <tmbinc@elitedvb.net>
Tue, 20 Dec 2005 12:30:53 +0000 (12:30 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Tue, 20 Dec 2005 12:30:53 +0000 (12:30 +0000)
lib/base/filepush.cpp

index 29ed51d45d4bfee11303f1354c9bf017fdaa267a..cb22ea1b0999abb266f1600a2d8eea51eb90ff4e 100644 (file)
@@ -40,7 +40,7 @@ void eFilePushThread::thread()
                        {
                                if (errno == -EINTR)
                                        continue;
                        {
                                if (errno == -EINTR)
                                        continue;
-                               eDebug("eFilePushThread *write error* - not yet handled");
+                               eDebug("eFilePushThread *write error* (%m) - not yet handled");
                                // ... we would stop the thread
                        }
 
                                // ... we would stop the thread
                        }