From 7e826565532070a93e8d08a9d83e6ccfcbab6743 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Thu, 30 Aug 2007 11:21:43 +0000 Subject: [PATCH] - fix verbosity level --- src/zypper-callbacks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zypper-callbacks.cc b/src/zypper-callbacks.cc index cc56f0f..b911874 100644 --- a/src/zypper-callbacks.cc +++ b/src/zypper-callbacks.cc @@ -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(); -- 2.7.4