- excessive 'Warning' strings removed
authorJan Kupec <jkupec@suse.cz>
Fri, 22 Feb 2008 13:50:23 +0000 (13:50 +0000)
committerJan Kupec <jkupec@suse.cz>
Fri, 22 Feb 2008 13:50:23 +0000 (13:50 +0000)
src/zypper-keyring-callbacks.h
src/zypper-misc.cc

index 41e5a6e..c506550 100644 (file)
@@ -39,7 +39,7 @@ namespace zypp {
         {
           MIL << "Accepting unsigned file (" << file << ")" << endl;
           Zypper::instance()->out().warning(boost::str(
-            boost::format(_("Warning: Accepting an unsigned file %s.")) % file),
+            boost::format(_("Accepting an unsigned file %s.")) % file),
             Out::HIGH);
           return true;
         }
@@ -66,7 +66,7 @@ namespace zypp {
         {
           MIL << "Accepting file signed with an unknown key (" << file << "," << id << ")" << endl;
           Zypper::instance()->out().warning(boost::str(boost::format(
-              _("Warning: Accepting file %s signed with an unknown key %s."))
+              _("Accepting file %s signed with an unknown key %s."))
               % file % id));
           return true;
         }
@@ -110,7 +110,7 @@ namespace zypp {
               " with public key id %s, %s, fingerprint %s")
               % file % keyid % keyname % fingerprint << endl;
           Zypper::instance()->out().warning(boost::str(boost::format(
-              _("Warning: Ignoring failed signature verification for %s"
+              _("Ignoring failed signature verification for %s"
                 " with public key id %s, %s, fingerprint %s!\n"
                 "Double-check this is not caused by some malicious"
                 " changes in the file!"))
index 6f8c03e..4c35269 100644 (file)
@@ -1429,7 +1429,7 @@ void mark_patch_updates( bool skip_interactive )
              // license to confirm and --skip-interactive is requested.
              // TranslatorExplanation %s is the name of a patch
              Zypper::instance()->out().warning(boost::str(format(
-                 _("WARNING: %s is interactive, skipped."))
+                 _("%s is interactive, skipped."))
                  % res));
            }
            else {