Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -127,7 +127,7 @@ class S3EventSource(EventSource): | ... | @@ -127,7 +127,7 @@ class S3EventSource(EventSource): |
127 | LOG.debug(response) | 127 | LOG.debug(response) |
128 | 128 | ||
129 | def status(self, function): | 129 | def status(self, function): |
130 | - LOG.debug('status for s3 notification') | 130 | + LOG.debug('status for s3 notification for %s', function.name) |
131 | response = self._s3.get_bucket_notification( | 131 | response = self._s3.get_bucket_notification( |
132 | Bucket=self._get_bucket_name()) | 132 | Bucket=self._get_bucket_name()) |
133 | LOG.debug(response) | 133 | LOG.debug(response) | ... | ... |
-
Please register or login to post a comment