Norman Vine wrote:
Curtis L. Olson writes:

How do I reenable debugging output?


maybe

main.cxx
static bool fgMainInit( int argc, char **argv ) {
....
    // set default log levels
    sglog().setLogLevels( SG_ALL, SG_INFO );

That was one of the things in the back of my head which needed to be done some time.


Whta is happening is there is a pint where the --log-level option actually starts working (inside fgMainLoop() ) but before that the log level is set by the line Norman pointed out.

It's in CVS now.

Erik


_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to