From ccacb75cc03833ebc4a44bbc740bb8b196b53880 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 31 Mar 2009 15:54:50 +0200 Subject: friendlify error message --- lib/base/filepush.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/base/filepush.cpp') 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); } -- cgit v1.2.3