Mailinglist Archive: zypp-commit (78 mails)

< Previous Next >
[zypp-commit] <zypper> master : Tell we're gonna retry after the "autoselecting 'r'" countdown.
  • From: Ján Kupec <jkupec@xxxxxxx>
  • Date: Wed, 13 May 2009 10:19:04 +0200
  • Message-id: <E1M49hD-0005jC-Uy@xxxxxxxxxxxxxxxx>
ref: refs/heads/master
commit b9a032da868cb3b7fe7448500258eb4fddde0409
Author: Ján Kupec <jkupec@xxxxxxx>
Date: Wed May 13 10:19:04 2009 +0200

Tell we're gonna retry after the "autoselecting 'r'" countdown.
---
src/utils/prompt.cc | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

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;
}

--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages