1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +00:00

refactor debug log

This commit is contained in:
deadc0de6
2018-09-28 07:32:40 +02:00
parent 9e600dfddf
commit f252e7fb3b

View File

@@ -131,7 +131,7 @@ class Installer:
return []
if ret > 0:
if self.debug:
self.log.dbg('ignoring {}, same content'.format(dst))
self.log.dbg('ignoring {}'.format(dst))
return []
if ret == 0:
if not self.dry and not self.comparing: