diff options
author | David Garcia Quintas <dgq@google.com> | 2016-02-11 01:04:28 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-02-11 01:04:28 -0800 |
commit | 742a783c0d39e78624ac6e61a435848e25d4f6f3 (patch) | |
tree | 79e54c690b9755884aed29f0a7803555e08e976d /tools/codegen/core | |
parent | 7e46618897790b0808d676e18cee7c47e40ca0e5 (diff) | |
parent | 4ea3d4c38a456f52774ee3d5236f4ded1d34d33b (diff) |
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
Diffstat (limited to 'tools/codegen/core')
-rwxr-xr-x | tools/codegen/core/gen_static_metadata.py | 4 |
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'), |