aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
diff options
context:
space:
mode:
authorGravatar Alistair Veitch <aveitch@google.com>2016-02-22 14:20:25 -0800
committerGravatar Alistair Veitch <aveitch@google.com>2016-02-22 14:20:25 -0800
commit777154411167400e19201bc32dce4eccbae1a55b (patch)
treee447e9e5d21f5a88915cabd331d66e4abb33455f /gRPC.podspec
parent4f2745030d981f65c6e135950b8686577142a508 (diff)
rename census log files to avoid build breakage on MacOS
Diffstat (limited to 'gRPC.podspec')
-rw-r--r--gRPC.podspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index d2d151b96e..b40c80a081 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -287,7 +287,7 @@ Pod::Spec.new do |s|
'src/core/tsi/transport_security.h',
'src/core/tsi/transport_security_interface.h',
'src/core/census/aggregation.h',
- 'src/core/census/log.h',
+ 'src/core/census/mlog.h',
'src/core/census/rpc_metric_id.h',
'include/grpc/grpc_security.h',
'include/grpc/impl/codegen/byte_buffer.h',
@@ -453,7 +453,7 @@ Pod::Spec.new do |s|
'src/core/tsi/transport_security.c',
'src/core/census/context.c',
'src/core/census/initialize.c',
- 'src/core/census/log.c',
+ 'src/core/census/mlog.c',
'src/core/census/operation.c',
'src/core/census/placeholders.c',
'src/core/census/tracing.c'
@@ -597,7 +597,7 @@ Pod::Spec.new do |s|
'src/core/tsi/transport_security.h',
'src/core/tsi/transport_security_interface.h',
'src/core/census/aggregation.h',
- 'src/core/census/log.h',
+ 'src/core/census/mlog.h',
'src/core/census/rpc_metric_id.h'
ss.header_mappings_dir = '.'