- missing status message
authorJan Kupec <jkupec@suse.cz>
Tue, 26 Feb 2008 16:19:07 +0000 (16:19 +0000)
committerJan Kupec <jkupec@suse.cz>
Tue, 26 Feb 2008 16:19:07 +0000 (16:19 +0000)
src/zypper-repos.cc

index 4e229b9..07d3fb9 100644 (file)
@@ -75,10 +75,11 @@ static bool refresh_raw_metadata(Zypper & zypper,
           {
             ostringstream s;
             s << format(_("Refreshing '%s'")) % repo.name();
-            if (zypper.command() == ZypperCommand::REFRESH &&
+            if (zypper.out().verbosity() > Out::NORMAL &&
+                zypper.command() == ZypperCommand::REFRESH &&
                 zypper.cOpts().count("force"))
               s << " " << _("(forced)");
-            zypper.out().info(s.str(), Out::HIGH);
+            zypper.out().info(s.str());
           }
           else if (zypper.command() == ZypperCommand::REFRESH)
           {