diff --git a/test/cpp/interop/stress_test.cc b/test/cpp/interop/stress_test.cc index 61e358be331..9dc306cdba8 100644 --- a/test/cpp/interop/stress_test.cc +++ b/test/cpp/interop/stress_test.cc @@ -99,7 +99,7 @@ ABSL_FLAG(std::string, test_cases, "", ABSL_FLAG( int32_t, absl_min_log_level, static_cast(absl::LogSeverityAtLeast::kInfo), - "Severity level of messages that should be logged by absl::SetVLogLevel"); + "Severity level of messages that should be logged by absl::SetMinLogLevel"); ABSL_FLAG(int32_t, absl_vlog_level, -1, "Severity level of messages that should be logged. Set using "