Commit 22f43fea authored by Łukasz Nowak's avatar Łukasz Nowak

- inform about created links


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44128 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a12a6e13
......@@ -163,7 +163,7 @@ class Recipe(BaseSlapRecipe):
'Target link already %r exists but it is not link' % link)
os.unlink(link)
os.symlink(target, link)
self.logger.debug('Link %r -> %r created' % (link, target))
self.logger.debug('Created link %r -> %r' % (link, target))
self.path_list.append(link)
def installKumo(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment