From a228b552b278ebf52f1d7f02bd022e7a2b45ae74 Mon Sep 17 00:00:00 2001 From: Dusty Jewett Date: Wed, 24 Aug 2016 10:49:01 -0700 Subject: [PATCH] Updating message to indicate that the message is coming from Opbeat --- opbeat/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opbeat/base.py b/opbeat/base.py index c6eee1c7..e68b77f9 100644 --- a/opbeat/base.py +++ b/opbeat/base.py @@ -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 = (