From 9889ef39bab8c4b83ff5fd17e789cfc8cd8d2170 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Wed, 15 Nov 2017 10:53:20 +0100 Subject: [PATCH] Include template in logged message --- colorbleed/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorbleed/lib.py b/colorbleed/lib.py index 0586098489..395a4fd5ca 100644 --- a/colorbleed/lib.py +++ b/colorbleed/lib.py @@ -75,7 +75,7 @@ def update_task_from_path(path): context = pather.parse(template, path) except ParseError: log.error("Can't update the current task. Unable to parse the " - "task for: %s", path) + "task for: %s (pattern: %s)", path, template) return # Find the changes between current Session and the path's context.