mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
global: drop yellow warning on startup
Fixes: #2143 Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
e5934f10be
commit
e6969258c4
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user