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