From 85c8a035708ee3a3ab8b95eab3dfc4bff93a8fc4 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 20 Dec 2005 12:30:53 +0000 Subject: [PATCH] improve debug output --- lib/base/filepush.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.30.2