]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
logging: eliminate out-of-range dout calls
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 17 Dec 2010 07:55:08 +0000 (23:55 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 17 Dec 2010 08:00:25 +0000 (00:00 -0800)
commitb2746c94d0e0d5a87e0098d1836297768b527595
tree73474738a0e50f6d0191259815bc1cc460c10e51
parentc4b5c33b123edfc7770e156b4b7f183f8b0af0c9
logging: eliminate out-of-range dout calls

Eliminate calls to dout that use non-existent log levels, like negative
levels less than -1. Also trigger a compiler error in the future if they
get re-added. -1 is the highest priority dout level; putting lower
priorities into the output buffer will just cause errors.

Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
16 files changed:
src/client/SyntheticClient.cc
src/common/debug.h
src/ebofs/BlockDevice.cc
src/ebofs/BufferCache.cc
src/ebofs/Ebofs.cc
src/ebofs/nodes.h
src/mds/CDir.cc
src/mds/MDBalancer.cc
src/mds/MDCache.cc
src/mds/Migrator.cc
src/mds/Server.cc
src/mds/journal.cc
src/mon/MDSMonitor.cc
src/msg/SimpleMessenger.cc
src/osd/OSD.cc
src/osd/ReplicatedPG.cc