summaryrefslogtreecommitdiffstats
path: root/src/mon/MonmapMonitor.cc
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2017-03-06 03:59:45 +0100
committerSage Weil <sage@redhat.com>2017-03-06 03:59:45 +0100
commit693132eb00b1803d5e97a79908521d5a6903e9f8 (patch)
tree7527eb5592f7e96224bc8b2f85f77d8f6510cea5 /src/mon/MonmapMonitor.cc
parentMerge pull request #13645 from yehudasa/wip-rgw-support-ragweed (diff)
downloadceph-693132eb00b1803d5e97a79908521d5a6903e9f8.tar.xz
ceph-693132eb00b1803d5e97a79908521d5a6903e9f8.zip
common: remove \n on clog messages
Confirmed these aren't needed, and are inconsistently included. Remove them where they do appear. Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'src/mon/MonmapMonitor.cc')
-rw-r--r--src/mon/MonmapMonitor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mon/MonmapMonitor.cc b/src/mon/MonmapMonitor.cc
index 8d9ef32f37a..d90c4acbedf 100644
--- a/src/mon/MonmapMonitor.cc
+++ b/src/mon/MonmapMonitor.cc
@@ -168,7 +168,7 @@ void MonmapMonitor::on_active()
}
if (mon->is_leader())
- mon->clog->info() << "monmap " << *mon->monmap << "\n";
+ mon->clog->info() << "monmap " << *mon->monmap;
apply_mon_features(mon->get_quorum_mon_features());
}