1
0
Fork 0

FGCom-sa: force console output

This commit is contained in:
Clément de l'Hamaide 2013-11-07 22:49:42 +01:00
parent 8622661237
commit b045dcf0f1

View file

@ -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]) );