From 9ae90d51095b7fe9b26350c8dd33902e862466a5 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 18 Apr 2021 08:05:11 +0200 Subject: [PATCH] verbosity --- dotdrop/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdrop/importer.py b/dotdrop/importer.py index abcf4d4..b8080d1 100644 --- a/dotdrop/importer.py +++ b/dotdrop/importer.py @@ -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))