summaryrefslogtreecommitdiff
path: root/pbr/d2to1/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'pbr/d2to1/util.py')
-rw-r--r--pbr/d2to1/util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbr/d2to1/util.py b/pbr/d2to1/util.py
index d717448..51ba2b2 100644
--- a/pbr/d2to1/util.py
+++ b/pbr/d2to1/util.py
@@ -205,10 +205,10 @@ def cfg_to_args(path='setup.cfg'):
'exist' % filename)
# Unfortunately the only really sensible way to do this is to
# monkey-patch the manifest_maker class
- log.info('patching the manifest_maker command to add extra_files '
- 'support')
@monkeypatch_method(manifest_maker)
def add_defaults(self, extra_files=extra_files):
+ log.info('[d2to1] running patched manifest_maker command with '
+ 'extra_files support')
add_defaults._orig(self)
self.filelist.extend(extra_files)