- oops, this was a mistake
authorJan Kupec <jkupec@suse.cz>
Thu, 3 Apr 2008 14:16:44 +0000 (14:16 +0000)
committerJan Kupec <jkupec@suse.cz>
Thu, 3 Apr 2008 14:16:44 +0000 (14:16 +0000)
src/zypper-misc.cc

index 8dd7224..fb5095c 100644 (file)
@@ -340,7 +340,7 @@ static void mark_for_uninstall(Zypper & zypper,
   if (!deleter.found) {
     // TranslatorExplanation e.g. "package 'pornview' not found"
     zypper.out().error(boost::str(
-      format(_("%s '%s' not found")) % kind_to_string_localized(kind,1) % name), Out::QUIET);
+      format(_("%s '%s' not found")) % kind_to_string_localized(kind,1) % name));
     zypper.setExitCode(ZYPPER_EXIT_INF_CAP_NOT_FOUND);
     return;
   }