aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2015-03-04 22:54:07 -0800
committerGravatar Vijay Pai <vpai@google.com>2015-03-04 22:54:07 -0800
commit0bc6805c6de9c2786da0f379d00f8b787a88e92d (patch)
tree798bc5d81463076f2c0e216160edecec529d9b18 /test/core
parente7a523e910d9fa346887c7620c7ad3e57021748c (diff)
parent43ef582e42b2e5d3b5052523d9dee1fb2ee0ae33 (diff)
Merge pull request #837 from ctiller/qps_driver
QPS driver
Diffstat (limited to 'test/core')
-rw-r--r--test/core/util/grpc_profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/util/grpc_profiler.c b/test/core/util/grpc_profiler.c
index 35b9361c70..d5b6cfeef1 100644
--- a/test/core/util/grpc_profiler.c
+++ b/test/core/util/grpc_profiler.c
@@ -44,7 +44,7 @@ void grpc_profiler_stop() { ProfilerStop(); }
void grpc_profiler_start(const char *filename) {
gpr_log(GPR_DEBUG,
- "You do not have google-perftools installed, profiling is disabled");
+ "You do not have google-perftools installed, profiling is disabled [for %s]", filename);
gpr_log(GPR_DEBUG,
"To install on ubuntu: sudo apt-get install google-perftools "
"libgoogle-perftools-dev");