1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 16:08:54 +00:00

verbosity

This commit is contained in:
deadc0de6
2021-04-18 08:05:11 +02:00
parent a5dd4caa1c
commit 9ae90d5109

View File

@@ -138,7 +138,7 @@ class Importer:
# add file to config file
retconf = self.conf.new_dotfile(src, dst, linktype, chmod=chmod)
if not retconf:
self.log.warn('\"{}\" ignored'.format(path))
self.log.warn('\"{}\" ignored during import'.format(path))
return 0
self.log.sub('\"{}\" imported'.format(path))