aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Alistair Veitch <alistair.veitch@gmail.com>2016-02-09 17:46:29 -0800
committerGravatar Alistair Veitch <alistair.veitch@gmail.com>2016-02-09 17:46:29 -0800
commitc4f70fcb8fd3c76e055de0efcf4eb5a9e19d4655 (patch)
tree15881050b9a6a607ce767e0a597b13c398173878 /tools
parentbfe240ea07d09786e26c0e7f75a7dbabcb977c7f (diff)
parentc7ea439dd2bea989d861804c847e1f95a3f9ac06 (diff)
Merge pull request #5149 from bogdandrutu/bug
Change the census metadata keys.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/codegen/core/gen_static_metadata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/codegen/core/gen_static_metadata.py b/tools/codegen/core/gen_static_metadata.py
index 3e47d7f6d5..e6ae00e611 100755
--- a/tools/codegen/core/gen_static_metadata.py
+++ b/tools/codegen/core/gen_static_metadata.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python2.7
-# Copyright 2015, Google Inc.
+# Copyright 2015-2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -50,8 +50,8 @@ CONFIG = [
'host',
'grpc-message',
'grpc-status',
- 'census',
'census-bin',
+ 'census-binary-bin',
'',
('grpc-status', '0'),
('grpc-status', '1'),