diff --git a/conans/client/graph/graph_binaries.py b/conans/client/graph/graph_binaries.py index 333893d2a78..13030c5b8c4 100644 --- a/conans/client/graph/graph_binaries.py +++ b/conans/client/graph/graph_binaries.py @@ -323,8 +323,9 @@ def _evaluate_in_cache(self, cache_latest_prev, node, remotes, update): # The final data is the cache one, not the server one node.binary_remote = None node.prev = cache_latest_prev.revision + if cache_time > node.pref_timestamp: + output.info("Current package revision is newer than the remote one") node.pref_timestamp = cache_time - output.info("Current package revision is newer than the remote one") if not node.binary: node.binary = BINARY_CACHE node.binary_remote = None