fix output before termination
authorFelix Domke <tmbinc@elitedvb.net>
Wed, 11 Jun 2008 00:03:44 +0000 (00:03 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Wed, 11 Jun 2008 00:03:44 +0000 (00:03 +0000)
lib/base/console.cpp

index 1de00ec..c923da5 100644 (file)
@@ -308,6 +308,7 @@ void eConsoleAppContainer::readyRead(int what)
                                break;
                }
        }
+       readyErrRead(eSocketNotifier::Priority|eSocketNotifier::Read); /* be sure to flush all data which might be already written */
        if (hungup)
        {
                eDebug("child has terminated");