diff options
author | Alistair Veitch <aveitch@google.com> | 2016-02-22 14:20:25 -0800 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2016-02-22 14:20:25 -0800 |
commit | 777154411167400e19201bc32dce4eccbae1a55b (patch) | |
tree | e447e9e5d21f5a88915cabd331d66e4abb33455f /tools/doxygen | |
parent | 4f2745030d981f65c6e135950b8686577142a508 (diff) |
rename census log files to avoid build breakage on MacOS
Diffstat (limited to 'tools/doxygen')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 84250e74c5..b48901e910 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -902,7 +902,7 @@ src/core/tsi/ssl_types.h \ 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 \ src/core/census/grpc_context.c \ src/core/census/grpc_filter.c \ @@ -1055,7 +1055,7 @@ src/core/tsi/ssl_transport_security.c \ 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 \ |