using defines; nice debug status :-)
authorStefan Schubert <schubi@suse.de>
Thu, 29 Nov 2007 09:17:15 +0000 (09:17 +0000)
committerStefan Schubert <schubi@suse.de>
Thu, 29 Nov 2007 09:17:15 +0000 (09:17 +0000)
zypp/sat/detail/PoolImpl.cc

index 71c44b8..8115aa8 100644 (file)
@@ -69,7 +69,7 @@ namespace zypp
         }
         // initialialize logging
         bool verbose = ( getenv("ZYPP_FULLLOG") || getenv("ZYPP_LIBSAT_FULLLOG") );
-        ::pool_setdebuglevel (_pool, verbose ? 5 : 0 ); 
+        ::pool_setdebuglevel (_pool, verbose ? SAT_DEBUG_SCHUBI : SAT_DEBUG_STATS); 
         ::pool_setdebugcallback(_pool, logSat, NULL );
       }