From 712d23e94f13360d01c8f06ba63321aad5c76e67 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 11 Jun 2008 00:03:44 +0000 Subject: [PATCH] fix output before termination --- lib/base/console.cpp | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.30.2