chiark / gitweb /
dgit: Always print canonical suite name
[dgit.git] / dgit
diff --git a/dgit b/dgit
index bc9f74e1b82815f2e0f4dec6708b37f134480672..cdc7c167198522bb4a077dd7890257c5f3d1ee6b 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -1562,6 +1562,8 @@ sub canonicalise_suite () {
     $csuite = archive_query('canonicalise_suite');
     if ($isuite ne $csuite) {
        progress "canonical suite name for $isuite is $csuite";
+    } else {
+       progress "canonical suite name is $csuite";
     }
 }