Mitch Garnaat

Minor fix for landscape.

......@@ -127,7 +127,7 @@ class S3EventSource(EventSource):
LOG.debug(response)
def status(self, function):
LOG.debug('status for s3 notification')
LOG.debug('status for s3 notification for %s', function.name)
response = self._s3.get_bucket_notification(
Bucket=self._get_bucket_name())
LOG.debug(response)
......