diff --git a/src/experimaestro/core/objects/config.py b/src/experimaestro/core/objects/config.py index 3dd8f890..fe86025f 100644 --- a/src/experimaestro/core/objects/config.py +++ b/src/experimaestro/core/objects/config.py @@ -416,10 +416,11 @@ def postprocess(self, stub, config: Config, values): existing_value, existing_source = self.tags_with_source[name] if existing_value != value: logger.warning( - "Tag '%s' has conflicting values: " + "Tag '%s' has conflicting values for %s: " "'%s' (set at %s) vs '%s' (set at %s). " "Using the latter value.", name, + config.__xpmtype__, existing_value, existing_source, value,