From ee66876d2121bb67cbb4be9e0a015fd912433dcf Mon Sep 17 00:00:00 2001 From: david Date: Sat, 31 Aug 2002 17:31:16 +0000 Subject: [PATCH] Patch from Julian Foad to reduce debugging output. --- src/Prep/DemChop/demchop.cxx | 2 +- src/Prep/TGVPF/tgvpf.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Prep/DemChop/demchop.cxx b/src/Prep/DemChop/demchop.cxx index a6893654..663c5417 100644 --- a/src/Prep/DemChop/demchop.cxx +++ b/src/Prep/DemChop/demchop.cxx @@ -53,7 +53,7 @@ int main(int argc, char **argv) { int i, j; */ - sglog().setLogLevels( SG_ALL, SG_DEBUG ); + sglog().setLogLevels( SG_ALL, SG_WARN ); if ( argc != 3 ) { SG_LOG( SG_GENERAL, SG_ALERT, diff --git a/src/Prep/TGVPF/tgvpf.cxx b/src/Prep/TGVPF/tgvpf.cxx index b81e94d3..505b71c9 100644 --- a/src/Prep/TGVPF/tgvpf.cxx +++ b/src/Prep/TGVPF/tgvpf.cxx @@ -277,7 +277,7 @@ main (int argc, const char **argv) vector attributes; // Enable logging. - sglog().setLogLevels( SG_ALL, SG_DEBUG ); + sglog().setLogLevels( SG_ALL, SG_WARN ); // Default values