aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-23 23:16:17 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-23 23:16:17 -0800
commit2d0f36c84b50cce549ad76307cda56c4506f1a49 (patch)
treeb21e20dccce32a6cba620cee60a3d21966c1ba5d /test/core/util
parent47445219b3fdae7bce25228ace491cf76b2b205c (diff)
Driver to client/server kind of works
Diffstat (limited to 'test/core/util')
-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");