From: Casey Bodley Date: Wed, 4 Jan 2017 15:13:29 +0000 (-0500) Subject: rgw: add missing dout_context to rgw_crypt.cc X-Git-Tag: v12.0.2~34^2~26 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=db510dae85c09f1fd9f5e40fba6c44737c57ac98;p=ceph.git rgw: add missing dout_context to rgw_crypt.cc Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_crypt.cc b/src/rgw/rgw_crypt.cc index d174de454446..376371196e69 100644 --- a/src/rgw/rgw_crypt.cc +++ b/src/rgw/rgw_crypt.cc @@ -27,6 +27,7 @@ using namespace CryptoPP; #endif +#define dout_context g_ceph_context #define dout_subsys ceph_subsys_rgw using namespace rgw;