aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-03-31 15:54:50 +0200
committerFelix Domke <tmbinc@elitedvb.net>2009-03-31 15:54:50 +0200
commitccacb75cc03833ebc4a44bbc740bb8b196b53880 (patch)
tree265b40742dbdacde6fa521b159a4cc6b7a10061f /lib
parent624cd1811f54808d23a50840bb35494e4e5ca3b6 (diff)
downloadenigma2-ccacb75cc03833ebc4a44bbc740bb8b196b53880.tar.gz
enigma2-ccacb75cc03833ebc4a44bbc740bb8b196b53880.zip
friendlify error message
Diffstat (limited to 'lib')
-rw-r--r--lib/base/filepush.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/base/filepush.cpp b/lib/base/filepush.cpp
index b81aec5c..645d3685 100644
--- a/lib/base/filepush.cpp
+++ b/lib/base/filepush.cpp
@@ -261,10 +261,7 @@ void eFilePushThread::stop()
m_stop = 1;
- // fixmee.. here we need a better solution to ensure
- // that the thread context take notice of the signal
- // even when no syscall is in progress
- eDebug("if enigma hangs here, the filepush thread is non-responsive. FIX THAT DAMN THREAD.");
+ eDebug("stopping thread."); /* just do it ONCE. it won't help to do this more than once. */
sendSignal(SIGUSR1);
kill(0);
}