Patch from Julian Foad to reduce debugging output.
This commit is contained in:
parent
8c35817530
commit
ee66876d21
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ int main(int argc, char **argv) {
|
|||
int i, j;
|
||||
*/
|
||||
|
||||
sglog().setLogLevels( SG_ALL, SG_DEBUG );
|
||||
sglog().setLogLevels( SG_ALL, SG_WARN );
|
||||
|
||||
if ( argc != 3 ) {
|
||||
SG_LOG( SG_GENERAL, SG_ALERT,
|
||||
|
|
|
@ -277,7 +277,7 @@ main (int argc, const char **argv)
|
|||
vector<Attribute> attributes;
|
||||
|
||||
// Enable logging.
|
||||
sglog().setLogLevels( SG_ALL, SG_DEBUG );
|
||||
sglog().setLogLevels( SG_ALL, SG_WARN );
|
||||
|
||||
|
||||
// Default values
|
||||
|
|
Loading…
Add table
Reference in a new issue