From de23e0210cc1d1ba15c67addf358e9105bddb1c0 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Sun, 10 May 2020 22:30:16 -0400 Subject: [PATCH] Clarify console warning --- sentry_sdk/_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry_sdk/_compat.py b/sentry_sdk/_compat.py index 4db5f44c33..e7933e53da 100644 --- a/sentry_sdk/_compat.py +++ b/sentry_sdk/_compat.py @@ -87,6 +87,6 @@ def check_thread_support(): "We detected the use of uwsgi with disabled threads. " "This will cause issues with the transport you are " "trying to use. Please enable threading for uwsgi. " - '(Enable the "enable-threads" flag).' + '(Add the "enable-threads" flag).' ) )