Skip to content

Commit

Permalink
Merge pull request #17146 from shangzhong/wip-add-line-break
Browse files Browse the repository at this point in the history
common: add line break for "ceph daemon TYPE.ID version"

Reviewed-by: huanwen ren <ren.huanwen@zte.com.cn>
Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
liewegas committed Aug 29, 2017
2 parents cc7c9e9 + 8c2f4de commit a33d0ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/admin_socket.cc
Expand Up @@ -501,6 +501,7 @@ class VersionHook : public AdminSocketHook {
}
ostringstream ss;
jf.close_section();
jf.enable_line_break();
jf.flush(ss);
out.append(ss.str());
}
Expand Down

0 comments on commit a33d0ef

Please sign in to comment.