]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: fix other debug dumps
authorSage Weil <sage@inktank.com>
Tue, 26 Feb 2013 21:12:08 +0000 (13:12 -0800)
committerSage Weil <sage@inktank.com>
Tue, 26 Feb 2013 21:12:08 +0000 (13:12 -0800)
commit5b468e25b18a1c31f65d7b9f0c0a96f6ab33fa69
tree216aab1aa8a2abb8475f08b62dd47849ccf94842
parentbe3139097840717852fa36e4207f741b03ef3fc9
mon: fix other debug dumps

These should only kick in at high debug levels.  Moving any "work" between
the dout() and dendl lines puts them inside the magical hidden if block
that makes this code a no-op at low debug.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/Paxos.cc
src/mon/PaxosService.cc