X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/887e4ecf574ea24ab2811c9355df520d60435b5e..86518c1dd8f68926be67a2ddb2e171fc68b69c5b:/lib/base/filepush.cpp 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 }