]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add dout defs
authorYehuda Sadeh <yehuda@redhat.com>
Wed, 29 Mar 2017 21:30:45 +0000 (14:30 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 30 May 2017 20:24:43 +0000 (13:24 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_es_query.cc

index 424f1e2f0ca712db7a2af2a3eada59b7adca1902..426994f56e62b96f460b42a3f124a0cb0d691120 100644 (file)
@@ -10,6 +10,9 @@
 
 using namespace std;
 
+#define dout_context g_ceph_context
+#define dout_subsys ceph_subsys_rgw
+
 bool pop_front(list<string>& l, string *s)
 {
   if (l.empty()) {