Skip to content

Commit 32c2d44

Browse files
committed
Fix netcam log message
1 parent c4bfd06 commit 32c2d44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/netcam.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,7 @@ int cls_netcam::open_context()
18631863
,cameratype.c_str(), errstr);
18641864
} else if (interrupted) {
18651865
MOTION_LOG(ERR, TYPE_NETCAM, NO_ERRNO
1866-
,_("%s:Unable to find stream info:%s")
1866+
,_("%s:Unable to find stream info")
18671867
,cameratype.c_str());
18681868
}
18691869
}

0 commit comments

Comments
 (0)