Skip to content

Commit 35540ed

Browse files
author
ivan-skryabin
committed
feat grpc: add config name to client qos config error report
commit_hash:7c32487790967f425bcb0a5d9e42d18c03c071cf
1 parent 7a59ad1 commit 35540ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grpc/src/ugrpc/client/impl/client_qos_errors_reporter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ void ClientQosErrorsReporter::ValidateAndReportClientQosErrors(
6161
);
6262
} else {
6363
LOG_WARNING(
64-
"Invalid RPC method path format in GRPC_CLIENT_QOS config: '{}'. Reason: {}. Expected format: "
64+
"Invalid RPC method path format in '{}' config: '{}'. Reason: {}. Expected format: "
6565
"'path.to.ServiceName/MethodName' (without leading slash). This QOS configuration will be "
6666
"ignored.",
67+
config_name,
6768
method_path,
6869
ToString(error)
6970
);

0 commit comments

Comments
 (0)