- fix verbosity level
authorJan Kupec <jkupec@suse.cz>
Thu, 30 Aug 2007 11:21:43 +0000 (11:21 +0000)
committerJan Kupec <jkupec@suse.cz>
Thu, 30 Aug 2007 11:21:43 +0000 (11:21 +0000)
src/zypper-callbacks.cc

index cc56f0f..b911874 100644 (file)
@@ -181,7 +181,7 @@ void report_zypp_exception(const zypp::Exception & e)
 {
   if (e.historySize())
   {
-    if (gSettings.verbosity > 2)
+    if (gSettings.verbosity > VERBOSITY_NORMAL)
     {
       // print the whole history
       cerr << e.historyAsString();