On Wednesday 29 March 2006 20:22, Durk Talsma wrote: > On Wednesday 29 March 2006 20:11, Jim Wilson wrote: > > > From: Durk Talsma > > > The Error reading AI flightplan warning is quite innocent actually. > > > > Then it should be logging at SG_WARN level. > > > I've been seeing these messages for some time on my devel system, but > didn't pay too closely attention, because I'd also increased my log level > setting to SG_WARN, to catch some other messages. >
Okay fixed. :-) There was some weirdness in the AIAircraft initialization code in Traffic/Schedule.cxx, where an AI Flightplan was constructed twice: once using the default constructor, which generated the error message, and once using the correct constructor, but with the wrong arguments. I think I nailed it. :-) Cheers, Durk ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

