1
0
Fork 0

enable SG_LOG output

This commit is contained in:
mfranz 2008-11-11 22:09:56 +00:00
parent aa716b350f
commit 4b9ed2ae07

View file

@ -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;