We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a59ad1 commit 35540edCopy full SHA for 35540ed
grpc/src/ugrpc/client/impl/client_qos_errors_reporter.cpp
@@ -61,9 +61,10 @@ void ClientQosErrorsReporter::ValidateAndReportClientQosErrors(
61
);
62
} else {
63
LOG_WARNING(
64
- "Invalid RPC method path format in GRPC_CLIENT_QOS config: '{}'. Reason: {}. Expected format: "
+ "Invalid RPC method path format in '{}' config: '{}'. Reason: {}. Expected format: "
65
"'path.to.ServiceName/MethodName' (without leading slash). This QOS configuration will be "
66
"ignored.",
67
+ config_name,
68
method_path,
69
ToString(error)
70
0 commit comments