Add format specifier for secondary detection

This commit is contained in:
MrDave
2021-07-03 10:37:26 -06:00
committed by Mr-Dave
parent d435f75d1d
commit b20b04abb7
3 changed files with 19 additions and 1 deletions

View File

@@ -541,7 +541,7 @@ void algsec_init(ctx_cam *cam)
mythreadname_set("ml",cam->threadnr,cam->conf->camera_name.c_str());
#else
(void)cam;
cam->algsec_inuse = false;
#endif
}