]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
SimpleRADOSStriper: use debug_cephsqlite
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 13 Apr 2021 03:06:21 +0000 (20:06 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 13 Apr 2021 03:06:21 +0000 (20:06 -0700)
Instead of debug_client (which is primarily used by ceph-fuse).

Fixes: https://tracker.ceph.com/issues/50307
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/SimpleRADOSStriper.cc

index 736e8769d43c8afbdd2821dadc0a8eb317f834ed..d6fe101f9e9e36f86790256d367225476498e6da 100644 (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))