aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/usage_timer.cc
diff options
context:
space:
mode:
authorGravatar Yuxuan Li <yuxuanli@google.com>2016-10-25 13:23:44 -0700
committerGravatar Yuxuan Li <yuxuanli@google.com>2016-10-25 13:23:44 -0700
commitaa7411da04cb06198abe050eedcdfec425fea299 (patch)
treeca9210026e8e80503d3684b80f6437ddae8109a2 /test/cpp/qps/usage_timer.cc
parent60d55f80c4f0715b119213290b21767944dcda0f (diff)
minor fix for usage_timer.cc
Diffstat (limited to 'test/cpp/qps/usage_timer.cc')
-rw-r--r--test/cpp/qps/usage_timer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/usage_timer.cc b/test/cpp/qps/usage_timer.cc
index 418378f942..ac73925742 100644
--- a/test/cpp/qps/usage_timer.cc
+++ b/test/cpp/qps/usage_timer.cc
@@ -68,7 +68,7 @@ static void get_cpu_usage(unsigned long long* total_cpu_time,
}
}
#else
- gpr_log(GPR_INFO, "get_cpu_usage(): Non-linux platform is not supported.").
+ gpr_log(GRPC_INFO, "get_cpu_usage(): Non-linux platform is not supported.");
#endif
}