]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/dokan/dbg.cc
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / dokan / dbg.cc
index 1448fa9bbef74b8000e63efd7b228e7304618c24..4584178e0c1e8f2524c517840fca3ea4ff870262 100644 (file)
@@ -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 "]"; }