Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add percentage feedback when pushing target documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Munoz committed Oct 19, 2012
1 parent ce911b4 commit 0eca840
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -508,7 +508,7 @@ private void pushTargetDocToServer(final String docUri, LocaleMapping locale, fi
break;

case Running:
ConsoleUtils.setProgressFeedbackMessage("Pushing ...");
ConsoleUtils.setProgressFeedbackMessage(status.getPercentageComplete() + "%");
break;

case Waiting:
Expand Down

0 comments on commit 0eca840

Please sign in to comment.