Skip to content

Commit

Permalink
Minor fix for landscape.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed Mar 5, 2015
1 parent 7c0fa20 commit 171582b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kappa/event_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def remove(self, function):
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)
Expand Down

0 comments on commit 171582b

Please sign in to comment.