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>
(cherry picked from commit 3df01ea)
  • Loading branch information
Liang-jc authored and Apache9 committed Jun 6, 2023
1 parent 8b28410 commit 556e11d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,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 556e11d

Please sign in to comment.