From: Sage Weil Date: Fri, 13 Mar 2009 19:39:03 +0000 (-0700) Subject: config: indent warning X-Git-Tag: v0.7.1^2~29 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6938bfa5c8f49b5b4679488c75ee41db3b9ad4d5;p=ceph.git config: indent warning --- diff --git a/src/config.cc b/src/config.cc index e5fc1b76b8bf..0247cf246cc6 100644 --- a/src/config.cc +++ b/src/config.cc @@ -950,8 +950,8 @@ void parse_startup_config_options(std::vector& args, const char *mo void configure_daemon_mode() { - cout << "** WARNING: Ceph is still under heavy development, and is only suitable for **\n"; - cout << "** testing and review. Do not trust it with important data. **" << std::endl; + cout << " ** WARNING: Ceph is still under heavy development, and is only suitable for **\n"; + cout << " ** testing and review. Do not trust it with important data. **" << std::endl; g_conf.daemonize = true; g_conf.log_to_stdout = false;