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: