mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
dokan: use the right logging subsystem
By mistake, src/dokan/dbg.cc is using the "rbd" logging subsystem. We'll update it to use the "client" subsystem. Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
This commit is contained in:
parent
c297b97cfe
commit
26cd8cf40b
@ -16,9 +16,9 @@
|
||||
#include "common/dout.h"
|
||||
|
||||
#define dout_context g_ceph_context
|
||||
#define dout_subsys ceph_subsys_rbd
|
||||
#define dout_subsys ceph_subsys_client
|
||||
#undef dout_prefix
|
||||
#define dout_prefix *_dout << "rbd-wnbd: "
|
||||
#define dout_prefix *_dout << "ceph-dokan: "
|
||||
|
||||
#define check_flag(stream, val, flag) if (val & flag) { stream << "[" #flag "]"; }
|
||||
#define check_flag_eq(stream, val, flag) if (val == flag) { stream << "[" #flag "]"; }
|
||||
|
Loading…
Reference in New Issue
Block a user