1
0
Fork 0

take the fgfs-construct default log level down a notch

This commit is contained in:
Peter Sadrozinski 2012-04-01 11:03:05 -04:00
parent cf5bb76ee8
commit b159a39d59

View file

@ -1067,7 +1067,7 @@ int main(int argc, char **argv) {
bool ignoreLandmass = false;
sglog().setLogLevels( SG_ALL, SG_DEBUG );
sglog().setLogLevels( SG_ALL, SG_INFO );
//
// Parse the command-line arguments.