From: Felix Domke Date: Wed, 11 Jun 2008 00:03:44 +0000 (+0000) Subject: fix output before termination X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=712d23e94f13360d01c8f06ba63321aad5c76e67 fix output before termination --- diff --git a/lib/base/console.cpp b/lib/base/console.cpp index 1de00ec..c923da5 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");