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.