# HG changeset patch
# User Georges Racinet <georges.racinet@octobus.net>
# Date 1615186373 -3600
#      Mon Mar 08 07:52:53 2021 +0100
# Node ID 8bccc7ff2070c3a9908cf7ad3bf1b0a742951d4c
# Parent  6551366079c04edcace588a44a1279bcf53ae7f2
push-release: fixed misleading log message

Since we dropped Python 2, we only have one testing image
for each series.

diff --git a/push-release b/push-release
--- a/push-release
+++ b/push-release
@@ -82,9 +82,7 @@
 stable_series = parsed_args.stable_series
 
 version = read_versions(stable_series=stable_series)
-logger.info(
-    "Detected version %r in both testing images and checked consistency",
-    version)
+logger.info("Detected version %r in testing image", version)
 
 if not parsed_args.simulate and not parsed_args.no_confirmation:
     print("Are you sure you want to tag and push version %r?" % version)