From: Ján Kupec Date: Wed, 13 May 2009 08:19:04 +0000 (+0200) Subject: Tell we're gonna retry after the "autoselecting 'r'" countdown. X-Git-Tag: 1.2.6~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9a032da868cb3b7fe7448500258eb4fddde0409;p=platform%2Fupstream%2Fzypper.git Tell we're gonna retry after the "autoselecting 'r'" countdown. --- 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; }