From 32c2d44269ec56a4edf49dd9fbb702f7f063876e Mon Sep 17 00:00:00 2001 From: MrDave Date: Fri, 26 Sep 2025 10:25:04 -0700 Subject: [PATCH] Fix netcam log message --- src/netcam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netcam.cpp b/src/netcam.cpp index 7067f1c2..a7c4e966 100644 --- a/src/netcam.cpp +++ b/src/netcam.cpp @@ -1863,7 +1863,7 @@ int cls_netcam::open_context() ,cameratype.c_str(), errstr); } else if (interrupted) { MOTION_LOG(ERR, TYPE_NETCAM, NO_ERRNO - ,_("%s:Unable to find stream info:%s") + ,_("%s:Unable to find stream info") ,cameratype.c_str()); } }