1
0
Fork 0

Merge branch 'next' of gitorious.org:fg/flightgear into next

This commit is contained in:
James Turner 2013-02-09 14:27:15 +00:00
commit f56fa936d9

View file

@ -18,7 +18,10 @@
#include <config.h>
#endif
#include <cstdio>
#include <simgear/misc/sg_path.hxx>
#include <simgear/debug/logstream.hxx>
#include "AIObject.hxx"
#include "AIManager.hxx"
@ -547,8 +550,8 @@ main(int argc, char* argv[])
manager->setFederationObjectModel(optarg);
break;
case 'p':
logbuf::set_log_classes(SG_ALL);
logbuf::set_log_priority(sgDebugPriority(atoi(optarg)));
sglog().set_log_classes(SG_ALL);
sglog().set_log_priority(sgDebugPriority(atoi(optarg)));
break;
case 'R':
manager->setTimeRegulating(true);