diff options
| -rw-r--r-- | lib/base/filepush.cpp | 2 |
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 } |
