take the fgfs-construct default log level down a notch
This commit is contained in:
parent
cf5bb76ee8
commit
b159a39d59
1 changed files with 1 additions and 1 deletions
|
@ -1067,7 +1067,7 @@ int main(int argc, char **argv) {
|
||||||
|
|
||||||
bool ignoreLandmass = false;
|
bool ignoreLandmass = false;
|
||||||
|
|
||||||
sglog().setLogLevels( SG_ALL, SG_DEBUG );
|
sglog().setLogLevels( SG_ALL, SG_INFO );
|
||||||
|
|
||||||
//
|
//
|
||||||
// Parse the command-line arguments.
|
// Parse the command-line arguments.
|
||||||
|
|
Loading…
Reference in a new issue