From: Felix Domke Date: Tue, 20 Dec 2005 12:30:53 +0000 (+0000) Subject: improve debug output X-Git-Tag: 2.6.0~4643 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/85c8a035708ee3a3ab8b95eab3dfc4bff93a8fc4 improve debug output --- 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 }