enable SG_LOG output
This commit is contained in:
parent
aa716b350f
commit
4b9ed2ae07
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ int main(int argc, char *argv[])
|
|||
return -1;
|
||||
}
|
||||
|
||||
sglog().setLogLevels(SG_ALL, SG_ALERT);
|
||||
|
||||
int numfiles = 0;
|
||||
string out;
|
||||
SGPropertyNode root;
|
||||
|
|
Loading…
Reference in a new issue