Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalT committed Dec 27, 2023
1 parent b0924a2 commit c869b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata/service/exporter/configurable/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func getMetadataPort() string {
if ok {
port = protocolConfig.Port
} else {
logger.Warnf("[Metadata Service] Dubbo-go %s version's MetadataService does not support triple protocol,"+
logger.Warnf("[Metadata Service] Dubbo-go %s version's MetadataService only support dubbo protocol,"+
"MetadataService will use random port",
dubbo.Version)
}
Expand Down

0 comments on commit c869b5e

Please sign in to comment.