From: xie xingguo Date: Fri, 22 Jan 2016 10:11:45 +0000 (+0800) Subject: BlueFS: fix typo X-Git-Tag: v10.0.4~57^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d8eb57da7ff4e40a97fddd2ef6cdd75a49e7674f;p=ceph.git BlueFS: fix typo Signed-off-by: xie xingguo --- diff --git a/src/os/bluestore/BlueFS.cc b/src/os/bluestore/BlueFS.cc index 3124a0d03792..350ea8d63e88 100644 --- a/src/os/bluestore/BlueFS.cc +++ b/src/os/bluestore/BlueFS.cc @@ -469,7 +469,7 @@ int BlueFS::_replay() ::decode(id, p); ::decode(offset, p); ::decode(length, p); - dout(20) << __func__ << " " << pos << ": op_alloc_add " + dout(20) << __func__ << " " << pos << ": op_alloc_rm " << " " << (int)id << ":" << offset << "~" << length << dendl; block_all[id].erase(offset, length); alloc[id]->init_rm_free(offset, length);