diff options
author | nnoble <nnoble@google.com> | 2014-12-12 10:48:34 -0800 |
---|---|---|
committer | Nicolas Noble <nnoble@google.com> | 2014-12-12 16:20:22 -0800 |
commit | 8a67b5c281d65c308fdfc8c898c7c19673dca9cb (patch) | |
tree | 8a854fad4312cc221d5a746703191624d19facd8 /src/core/statistics | |
parent | 82e275ffaf7210b4e0721aec70ba8c4807440da3 (diff) |
Tweaking log calls a bit.
-) Introducing gpr_vlog so to spare a few vsprintf later (at least one for now)
-) Renaming statistics/log.* to statistics/census_log.* to avoid collisions.
Change on 2014/12/12 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81995756
Diffstat (limited to 'src/core/statistics')
-rw-r--r-- | src/core/statistics/census_log.c (renamed from src/core/statistics/log.c) | 2 | ||||
-rw-r--r-- | src/core/statistics/census_log.h (renamed from src/core/statistics/log.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/core/statistics/log.c b/src/core/statistics/census_log.c index 43a8653de6..9de9d2efb7 100644 --- a/src/core/statistics/log.c +++ b/src/core/statistics/census_log.c @@ -89,7 +89,7 @@ include the name of the structure, which will be passed as the first argument. E.g. cl_block_initialize() will initialize a cl_block. */ -#include "src/core/statistics/log.h" +#include "src/core/statistics/census_log.h" #include <string.h> #include "src/core/support/cpu.h" #include <grpc/support/alloc.h> diff --git a/src/core/statistics/log.h b/src/core/statistics/census_log.h index e9c745cac0..e9c745cac0 100644 --- a/src/core/statistics/log.h +++ b/src/core/statistics/census_log.h |