aboutsummaryrefslogtreecommitdiff
path: root/lib/base
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-12-20 12:30:53 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-12-20 12:30:53 +0000
commit85c8a035708ee3a3ab8b95eab3dfc4bff93a8fc4 (patch)
tree7a786baa48677ed5562bc6d730ba23dfb9334e11 /lib/base
parent61b0ed88770268e0a900878d31207d0c8d806cfc (diff)
downloadenigma2-85c8a035708ee3a3ab8b95eab3dfc4bff93a8fc4.tar.gz
enigma2-85c8a035708ee3a3ab8b95eab3dfc4bff93a8fc4.zip
improve debug output
Diffstat (limited to 'lib/base')
-rw-r--r--lib/base/filepush.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/filepush.cpp b/lib/base/filepush.cpp
index 29ed51d4..cb22ea1b 100644
--- a/lib/base/filepush.cpp
+++ b/lib/base/filepush.cpp
@@ -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
}