logging with YaST enabled
authorStefan Schubert <schubi@suse.de>
Tue, 4 Dec 2007 11:43:39 +0000 (11:43 +0000)
committerStefan Schubert <schubi@suse.de>
Tue, 4 Dec 2007 11:43:39 +0000 (11:43 +0000)
zypp/sat/detail/PoolImpl.cc

index 88acfd3..afe85bd 100644 (file)
@@ -36,7 +36,7 @@ namespace zypp
          if ((type & (SAT_FATAL|SAT_ERROR))) {
              _ERR("satsolver") << logString;
          } else {
-             _DBG("satsolver") << logString;
+             _MIL("satsolver") << logString;
          }
       }