Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: yumpackger: add debug message to clean method ......................................................................
packaging: yumpackger: add debug message to clean method Change-Id: Ia6517a63f4e32abdc5e1b3dcb4f62edeae225d68 Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/plugins/otopi/packagers/miniyum.py 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/59/13259/1 diff --git a/src/plugins/otopi/packagers/miniyum.py b/src/plugins/otopi/packagers/miniyum.py index ba7aa06..0641409 100755 --- a/src/plugins/otopi/packagers/miniyum.py +++ b/src/plugins/otopi/packagers/miniyum.py @@ -582,6 +582,12 @@ def clean(self, what): """Clean yum data.""" + self._sink.verbose( + _('Cleaning caches: {what}.') + ).format( + what=what, + ) + try: doall = 'all' in what -- To view, visit http://gerrit.ovirt.org/13259 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia6517a63f4e32abdc5e1b3dcb4f62edeae225d68 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
