From a4e29769c4d9a7c3a582055d95c980094d371b8d Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Fri, 22 Feb 2008 13:50:23 +0000 Subject: [PATCH] - excessive 'Warning' strings removed --- src/zypper-keyring-callbacks.h | 6 +++--- src/zypper-misc.cc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/zypper-keyring-callbacks.h b/src/zypper-keyring-callbacks.h index 41e5a6e..c506550 100644 --- a/src/zypper-keyring-callbacks.h +++ b/src/zypper-keyring-callbacks.h @@ -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!")) diff --git a/src/zypper-misc.cc b/src/zypper-misc.cc index 6f8c03e..4c35269 100644 --- a/src/zypper-misc.cc +++ b/src/zypper-misc.cc @@ -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 { -- 2.7.4