diff --git a/contrib/apiage.py b/contrib/apiage.py index 1772ad2..1926267 100755 --- a/contrib/apiage.py +++ b/contrib/apiage.py @@ -97,6 +97,10 @@ def api_update(tracked, src, copy_stable=False, defaults=None): tracked, pkg, pkg_api, defaults=defaults ) if new_stable and not copy_stable: + print( + "found new unexpected stable apis:", + ", ".join(a["name"] for a in new_stable), + ) return len(new_stable) return 0