Skip to content

Commit

Permalink
modify the log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
bohhyang committed Dec 19, 2023
1 parent fea842e commit 904c825
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public UriProperties merge(String propertyName, Collection<UriProperties> proper

if (maxVersion == -1)
{
LOG.warn("Merged Uri properties has invalid version -1. It should be > -1.");
LOG.warn("Merged Uri properties for cluster {} has invalid version -1. It should be > -1.", propertyName);
}
return new UriProperties(clusterName, partitionData, uriSpecificProperties, maxVersion);
}
Expand Down

0 comments on commit 904c825

Please sign in to comment.