Add success output to check_symbol_namespace

Otherwise Make is vague if it did anything
This commit is contained in:
Thom Wiggers 2019-01-23 12:12:08 +01:00
父節點 e19a0a3afa
當前提交 b657d988b4
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 001BB0A7CE26E363

查看文件

@ -35,3 +35,5 @@ if non_namespaced:
for symbol in non_namespaced:
print("\t{}".format(symbol), file=sys.stderr)
sys.exit(1)
else:
print("Checking {} succeeded".format(SCHEME))