aboutsummaryrefslogtreecommitdiff
path: root/lib/base
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-06-11 00:03:44 +0000
committerFelix Domke <tmbinc@elitedvb.net>2008-06-11 00:03:44 +0000
commit712d23e94f13360d01c8f06ba63321aad5c76e67 (patch)
treedab060c7827e8cdf9fcf3586f2f14aa14c4b26ca /lib/base
parent7880db4f8774d9bea39bd8669f9fc3802e7afefb (diff)
downloadenigma2-712d23e94f13360d01c8f06ba63321aad5c76e67.tar.gz
enigma2-712d23e94f13360d01c8f06ba63321aad5c76e67.zip
fix output before termination
Diffstat (limited to 'lib/base')
-rw-r--r--lib/base/console.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base/console.cpp b/lib/base/console.cpp
index 1de00ec3..c923da52 100644
--- a/lib/base/console.cpp
+++ b/lib/base/console.cpp
@@ -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");