Skip to content

Commit 4c14f14

Browse files
committed
cephfs-mirror: typo ending bracket
Signed-off-by: Venky Shankar <[email protected]>
1 parent 0ed764e commit 4c14f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/cephfs_mirror/Mirror.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ void Mirror::update_fs_mirrors() {
520520
if (!mirror_action.action_in_progress && !_is_restarting(filesystem)) {
521521
if (failed_restart || blocklisted_restart) {
522522
dout(5) << ": filesystem=" << filesystem << " failed mirroring (failed: "
523-
<< failed_restart << ", blocklisted: " << blocklisted_restart << dendl;
523+
<< failed_restart << ", blocklisted: " << blocklisted_restart << ")" << dendl;
524524
_set_restarting(filesystem);
525525
auto peers = mirror_action.fs_mirror->get_peers();
526526
auto ctx = new C_RestartMirroring(this, filesystem, mirror_action.pool_id, peers);

0 commit comments

Comments
 (0)