Skip to content
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.

Commit

Permalink
Merge pull request #127 from dustyjewett/patch-1
Browse files Browse the repository at this point in the history
Updating message to indicate that the message is coming from Opbeat
  • Loading branch information
beniwohli authored Aug 24, 2016
2 parents dff49a4 + a228b55 commit a770f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opbeat/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def __init__(self, organization_id=None, app_id=None, secret_token=None,

# servers may be set to a NoneType (for Django)
if self.servers and not (organization_id and app_id and secret_token):
msg = 'Missing configuration for client. Please see documentation.'
msg = 'Missing configuration for Opbeat client. Please see documentation.'
self.logger.info(msg)

self.is_send_disabled = (
Expand Down

0 comments on commit a770f0d

Please sign in to comment.