Skip to content

Commit 4199b2e

Browse files
committed
switch ports -> power cycling cameras
1 parent bdba5cc commit 4199b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gort/overwatcher/troubleshooter/recipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async def _handle_disconnected_cameras(self):
193193
failed_str = ", ".join(failed_cameras)
194194
await self.notify(
195195
f"Found {len(failed_cameras)} AG cameras that are down: {failed_str}. "
196-
"Power cycling switch ports. This will take several minutes.",
196+
"Power cycling cameras. This will take several minutes.",
197197
level="warning",
198198
)
199199

0 commit comments

Comments
 (0)