Mitch Garnaat

Minor fix for landscape.

...@@ -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)
......