diff --git a/cdist/config.py b/cdist/config.py index d0478c8c..0d847dea 100644 --- a/cdist/config.py +++ b/cdist/config.py @@ -493,7 +493,7 @@ class Config(object): # Execute if not self.dry_run: if cdist_object.code_local or cdist_object.code_remote: - self.log.info("Updating %s" % (cdist_object.name)) + self.log.info("Processing %s" % (cdist_object.name)) if cdist_object.code_local: self.log.trace("Executing local code for %s" % (cdist_object.name))