From cb971f53c11cde99992ad03249103ed8ea463457 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 9 Feb 2024 14:31:37 -0700 Subject: [PATCH] Use print --- frigate/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/app.py b/frigate/app.py index a27075d2c..a2c0d5a5e 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -649,7 +649,7 @@ class FrigateApp: logger.info(f"Starting Frigate ({VERSION})") if not os.environ.get('I_PROMISE_I_WONT_MAKE_AN_ISSUE_ON_GITHUB'): - logger.error("Frigate 0.14 UNSTABLE - not for public use at this time. Please use Frigate stable") + print("Frigate 0.14 UNSTABLE - not for public use at this time. Please use Frigate stable") sys.exit(1) try: