Skip to content

Commit

Permalink
HBASE-27899 Beautify the output information of the getStats method in…
Browse files Browse the repository at this point in the history
… ReplicationSource (#5269)

Signed-off-by: 874645213@qq.com <jiancong123~>
Co-authored-by: 874645213@qq.com <jiancong123~>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
Liang-jc committed Jun 6, 2023
1 parent 40976b0 commit 3df01ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ public String getStats() {
sb.append("currently replicating from: ").append(currentPath).append(" at position: ")
.append(position).append("\n");
} else {
sb.append("no replication ongoing, waiting for new log");
sb.append("no replication ongoing, waiting for new log").append("\n");
}
}
return sb.toString();
Expand Down

0 comments on commit 3df01ea

Please sign in to comment.