From 0dd0852550231916a0a138ff1c91bba845456f98 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 30 Jan 2023 16:03:52 -0700 Subject: [PATCH] fix log --- frigate/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/app.py b/frigate/app.py index dd1dcc014..b720861ec 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -343,7 +343,7 @@ class FrigateApp: if available_shm < min_req_shm: logger.warning( - f"The current SHM size of {current_shm}MB is too small, recommend increasing it to at least {calculated_shm}MB." + f"The current SHM size of {available_shm}MB is too small, recommend increasing it to at least {min_req_shm}MB." ) def start(self) -> None: