From b045dcf0f176ec083c584361c4b88c12ea218137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20de=20l=27Hamaide?= Date: Thu, 7 Nov 2013 22:49:42 +0100 Subject: [PATCH] FGCom-sa: force console output --- utils/fgcom/fgcom.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/fgcom/fgcom.cxx b/utils/fgcom/fgcom.cxx index 7e3515da7..5be3e2c0a 100644 --- a/utils/fgcom/fgcom.cxx +++ b/utils/fgcom/fgcom.cxx @@ -275,6 +275,7 @@ main (int argc, char *argv[]) int numbytes; static char pkt_buf[MAXBUFLEN+2]; + simgear::requestConsole(); sglog().setLogLevels( SG_ALL, SG_ALERT ); prog = strdup( base_name(argv[0]) );