Skip to content

Commit

Permalink
verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Apr 18, 2021
1 parent a5dd4ca commit 9ae90d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotdrop/importer.py
Expand Up @@ -138,7 +138,7 @@ def _import(self, path, import_as=None,
# 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))
Expand Down

0 comments on commit 9ae90d5

Please sign in to comment.