summaryrefslogtreecommitdiffstats
path: root/urpm/signature.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/signature.pm')
-rw-r--r--urpm/signature.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/urpm/signature.pm b/urpm/signature.pm
index 62e193fd..85f15c29 100644
--- a/urpm/signature.pm
+++ b/urpm/signature.pm
@@ -74,13 +74,13 @@ sub _check {
if (!$medium) {
if ($verif =~ /OK \(\(none\)\)/) {
$verif =~ s/\n//g;
- $urpm->{info}(N("The following package has no signature (%s): %s\n", $verif, $filepath));
+ $urpm->{info}(N("SECURITY: The following package has no signature (%s): %s\n", $verif, $filepath));
}
next;
}
#- check whether verify-rpm is specifically disabled for this medium
if (defined $medium->{'verify-rpm'} && !$medium->{'verify-rpm'}) {
- $urpm->{info}(N("NOT checking %s\n", $filepath));
+ $urpm->{info}(N("SECURITY: NOT checking %s\n", $filepath));
next;
}