From 48756a295e86cbca886f43aea693e4cb73ef7a28 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 18 Nov 2020 15:07:24 +0100 Subject: [PATCH] logs --- dotdrop/dotdrop.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index f9cdcc4..442f862 100644 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -575,7 +575,8 @@ def cmd_remove(o): k = dotfile.key # ignore if uses any type of link if dotfile.link != LinkTypes.NOLINK: - LOG.warn('dotfile uses link, remove manually') + msg = '{} uses link/link_children, remove manually' + LOG.warn(msg.format(k)) continue if o.debug: