1
0
Fork 0

Patch from Julian Foad to reduce debugging output.

This commit is contained in:
david 2002-08-31 17:31:16 +00:00
parent 8c35817530
commit ee66876d21
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ int main(int argc, char **argv) {
int i, j; int i, j;
*/ */
sglog().setLogLevels( SG_ALL, SG_DEBUG ); sglog().setLogLevels( SG_ALL, SG_WARN );
if ( argc != 3 ) { if ( argc != 3 ) {
SG_LOG( SG_GENERAL, SG_ALERT, SG_LOG( SG_GENERAL, SG_ALERT,

View file

@ -277,7 +277,7 @@ main (int argc, const char **argv)
vector<Attribute> attributes; vector<Attribute> attributes;
// Enable logging. // Enable logging.
sglog().setLogLevels( SG_ALL, SG_DEBUG ); sglog().setLogLevels( SG_ALL, SG_WARN );
// Default values // Default values