]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
monclient: clean up
authorSage Weil <sage@newdream.net>
Wed, 11 Mar 2009 18:03:43 +0000 (11:03 -0700)
committerSage Weil <sage@newdream.net>
Wed, 11 Mar 2009 18:03:43 +0000 (11:03 -0700)
src/mon/MonClient.cc

index 58088474f53b20e5e0bd68ea95aa8a4030b8f135..494c5b10d60811917786db90a9c403fea2d37ebd 100644 (file)
@@ -75,8 +75,7 @@ int MonClient::probe_mon(MonMap *pmonmap)
   if (monmap_bl.length())
     return 0;
 
-  cerr << "unable to fetch monmap from " << monaddrs
-       << ": " << strerror(errno) << std::endl;
+  cerr << "unable to fetch monmap from " << monaddrs << std::endl;
   return -1; // failed
 }