From: mfranz Date: Tue, 11 Nov 2008 22:09:56 +0000 (+0000) Subject: enable SG_LOG output X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4b9ed2ae0711fc7a635bd34d3c2a891c4a7f963d;p=flightgear.git enable SG_LOG output --- diff --git a/utils/propmerge/propmerge.cxx b/utils/propmerge/propmerge.cxx index 61eb5b3bd..288e80bb6 100644 --- a/utils/propmerge/propmerge.cxx +++ b/utils/propmerge/propmerge.cxx @@ -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;