]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
quieter
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Sun, 26 Aug 2007 17:47:08 +0000 (17:47 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Sun, 26 Aug 2007 17:47:08 +0000 (17:47 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1700 29311d96-e01e-0410-9327-a35deaab8ce9

trunk/ceph/client/Client.cc
trunk/ceph/newsyn.cc

index fa8855a13b9b1d56d8c9e69b7561c8d1247c3fd9..31e4f63ea7cdcc4b9397633c06891a5df7014231 100644 (file)
@@ -1324,7 +1324,7 @@ void Client::_try_mount()
 {
   dout(10) << "_try_mount" << dendl;
   int mon = monmap->pick_mon();
-  dout(-2) << "sending client_mount to mon" << mon << " as instance " << my_instance << dendl;
+  dout(2) << "sending client_mount to mon" << mon << " as instance " << my_instance << dendl;
   messenger->send_first_message(this,  // simultaneously go active (if we haven't already)
                                new MClientMount(messenger->get_myaddr(), my_instance),
                                monmap->get_inst(mon));
index 17f55fa8afd99ca5a0b9f398ee9322c330bb4c59..e1dc362f4129ccd67ac834f5f41a051f75dbd5b7 100644 (file)
@@ -364,7 +364,7 @@ int main(int argc, char **argv)
     syn[i]->start_thread();
   }
   if (nclients) {
-    cerr << nclients << " clients  at " << rank.my_addr << " " << hostname << "." << pid << std::endl;
+    cerr << nclients << " clients at " << rank.my_addr << " " << hostname << "." << pid << std::endl;
   }
 
   for (set<int>::iterator it = clientlist.begin();