diff options
author | Sage Weil <sage@newdream.net> | 2012-03-06 20:18:08 +0100 |
---|---|---|
committer | Sage Weil <sage.weil@dreamhost.com> | 2012-03-13 21:48:53 +0100 |
commit | e6969258c4fdb674cea23290cf83c2873eefc61e (patch) | |
tree | 080ae5fecbd097a28e183b231fb5868ecad6d47e /src/global | |
parent | qa: kclient/file_layout.sh: ... (diff) | |
download | ceph-e6969258c4fdb674cea23290cf83c2873eefc61e.tar.xz ceph-e6969258c4fdb674cea23290cf83c2873eefc61e.zip |
global: drop yellow warning on startup
Fixes: #2143
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'src/global')
-rw-r--r-- | src/global/global_init.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/global/global_init.cc b/src/global/global_init.cc index b385680fa3b..6609355524b 100644 --- a/src/global/global_init.cc +++ b/src/global/global_init.cc @@ -114,11 +114,6 @@ void global_init(std::vector < const char * > *alt_def_args, std::vector < const void global_print_banner(void) { - cout << TEXT_YELLOW - << " ** WARNING: Ceph is still under development. Any feedback can be directed **" - << TEXT_NORMAL << "\n" << TEXT_YELLOW - << " ** at ceph-devel@vger.kernel.org or http://ceph.newdream.net/. **" - << TEXT_NORMAL << std::endl; output_ceph_version(); } |