summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xgurpmi21
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fcfa6dd2..c3beb8d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
- gurpmi:
o do not advise to restart in --auto mode
+ o log bad signatures on stderr
Version 6.25.4 - 20 April 2009
diff --git a/gurpmi2 b/gurpmi2
index 6c185b85..20cea6cd 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -325,6 +325,7 @@ sub do_install_3 () {
my $exit_code = urpm::main_loop::run($urpm, $state, scalar(@gurpmi::names), \@ask_unselect, \%requested, {
bad_signature => sub {
my ($msg, $msg2) = @_;
+ warn "$msg\n$msg2";
ask_continue_blocking("$msg\n$msg2");
},
copy_removable => sub {