]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librados: quiet down some log messages
authorYehuda Sadeh <yehuda@hq.newdream.net>
Wed, 28 Jul 2010 18:35:14 +0000 (11:35 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Wed, 28 Jul 2010 18:41:36 +0000 (11:41 -0700)
src/librados.cc

index 7ddf4c54e9ccd84093eecedb630eb4134070918d..716de591f77472b7151adda6148384f9406d3734 100644 (file)
@@ -1244,7 +1244,7 @@ int RadosClient::getxattrs(PoolCtx& pool, const object_t& oid, map<std::string,
   mylock.Unlock();
 
   for (map<string,bufferlist>::iterator p = aset.begin(); p != aset.end(); p++) {
-    cerr << p->first << std::endl;
+    dout(10) << "RadosClient::getxattrs: xattr=" << p->first << dendl;
     attrset[p->first.c_str()] = p->second;
   }
   return r;