X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/887e4ecf574ea24ab2811c9355df520d60435b5e..64fdc7815a0b07777d9c9706f02317d325f8f773:/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 }