friendlify error message
[enigma2.git] / lib / base / filepush.cpp
index b81aec5c8929133a325173f9f01c0161104ac0bd..645d36851cbaadefd0c7ce244c378d7663118ae0 100644 (file)
@@ -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);
 }