]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix typo
authorYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 17 May 2011 11:24:51 +0000 (04:24 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 17 May 2011 11:24:51 +0000 (04:24 -0700)
src/rgw/rgw_log.cc

index 4e056cd0d4e479aa9674448b4cd44eb596f357e1..302a61bbe86d0d46569fb530de999d66d7aced05 100644 (file)
@@ -23,7 +23,7 @@ int rgw_log_op(struct req_state *s)
     return -EINVAL;
   }
   if (s->err.ret = -ERR_NO_SUCH_BUCKET) {
-    RGW_LOG(0) << "buclet " << s->bucket << " doesn't exist, not logging" << dendl;
+    RGW_LOG(0) << "bucket " << s->bucket << " doesn't exist, not logging" << dendl;
     return 0;
   }
   entry.bucket = s->bucket;