This commit is contained in:
Dosenpfand
2022-10-24 21:29:59 +02:00
parent 9e03576c94
commit 15b6fee933

View File

@@ -97,7 +97,7 @@ class DebugToolbarExtension(object):
if not app.config.get("SQLALCHEMY_RECORD_QUERIES", False):
app.logger.warning(
"'SQLALCHEMY_RECORD_QUERIES' ist not set to True. SQL query logging will not be available.")
"'SQLALCHEMY_RECORD_QUERIES' is not set to True. SQL query logging will not be available.")
DebugToolbar.load_panels(app)