From 4b9ed2ae0711fc7a635bd34d3c2a891c4a7f963d Mon Sep 17 00:00:00 2001 From: mfranz Date: Tue, 11 Nov 2008 22:09:56 +0000 Subject: [PATCH] enable SG_LOG output --- utils/propmerge/propmerge.cxx | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.5