]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: http_client clarify the debug msg function call 13688/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Tue, 28 Feb 2017 09:05:14 +0000 (10:05 +0100)
committerAbhishek Lekshmanan <abhishek@suse.com>
Tue, 28 Feb 2017 09:05:14 +0000 (10:05 +0100)
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/rgw_http_client.cc

index 18de1a9b617ff9aae3fb38eb2f86b1758e844e70..809aa81994426f135bdd827a8ba33ab6089f0e1c 100644 (file)
@@ -121,7 +121,7 @@ size_t RGWHTTPClient::simple_send_http_data(void * const ptr,
   RGWHTTPClient *client = static_cast<RGWHTTPClient *>(_info);
   int ret = client->send_data(ptr, size * nmemb);
   if (ret < 0) {
-    dout(0) << "WARNING: client->receive_data() returned ret="
+    dout(0) << "WARNING: client->send_data() returned ret="
             << ret << dendl;
   }