|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen stable-4.2] Revert "tools/libxc/xtl: fix logic error in stdiostream_progress"
commit 017399330afc8649cb7c3f5025f031c4f1873ca2
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
AuthorDate: Fri Feb 22 17:06:51 2013 +0000
Commit: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
CommitDate: Fri Feb 22 17:06:51 2013 +0000
Revert "tools/libxc/xtl: fix logic error in stdiostream_progress"
This reverts commit 67ef1d1fff26ce249dacbd44b756e56953b6599f.
There is probably nothing wrong with this but I send it to 4.2 by
mistake. Revert it for now until it has had a chance in unstable.
---
tools/libxc/xtl_logger_stdio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/libxc/xtl_logger_stdio.c b/tools/libxc/xtl_logger_stdio.c
index 24922d2..3edf0a2 100644
--- a/tools/libxc/xtl_logger_stdio.c
+++ b/tools/libxc/xtl_logger_stdio.c
@@ -89,7 +89,7 @@ static void stdiostream_progress(struct xentoollog_logger
*logger_in,
int newpel, extra_erase;
xentoollog_level this_level;
- if (lg->flags & XTL_STDIOSTREAM_HIDE_PROGRESS)
+ if (!(lg->flags & XTL_STDIOSTREAM_HIDE_PROGRESS))
return;
if (percent < lg->progress_last_percent) {
--
generated by git-patchbot for /home/xen/git/xen.git#stable-4.2
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |