1
0
mirror of https://github.com/ceph/ceph synced 2025-03-31 16:25:56 +00:00

Merge pull request from batrick/i50307

SimpleRADOSStriper: use debug_cephsqlite

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-04-16 09:55:12 +08:00 committed by GitHub
commit e80365b8bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
using ceph::bufferlist;
#define dout_subsys ceph_subsys_client
#define dout_subsys ceph_subsys_cephsqlite
#undef dout_prefix
#define dout_prefix *_dout << "client." << ioctx.get_instance_id() << ": SimpleRADOSStriper: " << __func__ << ": " << oid << ": "
#define d(lvl) ldout((CephContext*)ioctx.cct(), (lvl))