]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
config: indent warning
authorSage Weil <sage@newdream.net>
Fri, 13 Mar 2009 19:39:03 +0000 (12:39 -0700)
committerSage Weil <sage@newdream.net>
Fri, 13 Mar 2009 19:39:15 +0000 (12:39 -0700)
src/config.cc

index e5fc1b76b8bf5471a90cd6e3c81e492956301297..0247cf246cc67a65c4f0eec19e10bfffb3f2409b 100644 (file)
@@ -950,8 +950,8 @@ void parse_startup_config_options(std::vector<const char*>& 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;