]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/cmdparse.cc
update sources to v12.2.3
[ceph.git] / ceph / src / common / cmdparse.cc
index 9a873f5144216e8cde871a4aa6c98e46eda246b7..a93e92c3e88dcc22a309ed41cf1d10477536ac39 100644 (file)
@@ -343,7 +343,8 @@ handle_bad_get(CephContext *cct, const string& k, const char *tname)
 
   ostringstream oss;
   oss << BackTrace(1);
-  lderr(cct) << oss.rdbuf() << dendl;
+  lderr(cct) << oss.str() << dendl;
+
   if (status == 0)
     free((char *)typestr);
 }