summaryrefslogtreecommitdiff
path: root/buildstream/source.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/source.py')
-rw-r--r--buildstream/source.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildstream/source.py b/buildstream/source.py
index 7353aea69..93a7cc3ea 100644
--- a/buildstream/source.py
+++ b/buildstream/source.py
@@ -150,5 +150,7 @@ class Source(Plugin):
# It's consistent unless it reported an error
self.__consistent = True
+ if changed:
+ self.info("Revision updated at: {}".format(self._get_provenance()))
return changed