From b9a032da868cb3b7fe7448500258eb4fddde0409 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Kupec?= Date: Wed, 13 May 2009 10:19:04 +0200 Subject: [PATCH] Tell we're gonna retry after the "autoselecting 'r'" countdown. --- src/utils/prompt.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils/prompt.cc b/src/utils/prompt.cc index 1fef1e4..279209e 100644 --- a/src/utils/prompt.cc +++ b/src/utils/prompt.cc @@ -243,6 +243,9 @@ read_action_ari_with_timeout(PromptId pid, unsigned timeout, int default_action) --timeout; } + if (zypper.out().type() != Out::TYPE_XML) + cout << CLEARLN << _("Trying again...") << endl; + return default_action; } -- 2.7.4