]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/rgw/notifications: non-functional change, addressing comment typo s/iempty/empty/
authorOguzhan Ozmen <oozmen@bloomberg.net>
Fri, 23 Aug 2024 19:56:38 +0000 (15:56 -0400)
committerOguzhan Ozmen <oozmen@bloomberg.net>
Mon, 26 Aug 2024 12:34:28 +0000 (08:34 -0400)
Signed-off-by: Oguzhan Ozmen <oozmen@bloomberg.net>
src/test/rgw/bucket_notification/test_bn.py

index 46909768cc84480411bca92484736e4b8d62aa14..54377246e7497972c5f981180da779cd6daeb994 100644 (file)
@@ -167,7 +167,7 @@ class HTTPPostHandler(BaseHTTPRequestHandler):
         """implementation of POST handler"""
         content_length = int(self.headers['Content-Length'])
         if content_length == 0:
-            log.info('HTTP Server received iempty event')
+            log.info('HTTP Server received empty event')
             self.send_response(200)
             self.end_headers()
             return