]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
config: send warnings to a ostream* argument
authorSage Weil <sage@inktank.com>
Sat, 28 Jul 2012 14:39:27 +0000 (07:39 -0700)
committerSage Weil <sage@inktank.com>
Sat, 28 Jul 2012 14:39:27 +0000 (07:39 -0700)
commitd61269402d4030fae16d4e1640b2d38428d5f7ab
tree8e9dfafee0c65e95fc1c9d5ffeb65c63407b700e
parentde4474acbd7d3e2d0d4ec511680bfedb59b0a462
config: send warnings to a ostream* argument

We shouldn't always send these to stderr.  (Among other things, the
warning: prefix breaks the gitbuilder error detection.)

Signed-off-by: Sage Weil <sage@inktank.com>
src/auth/KeyRing.cc
src/ceph_authtool.cc
src/common/ConfUtils.cc
src/common/ConfUtils.h
src/common/config.cc
src/common/config.h
src/global/global_init.cc
src/libcephfs.cc
src/librados/librados.cc
src/test/confutils.cc