mirror of
https://github.com/Motion-Project/motion.git
synced 2026-03-05 23:07:05 -05:00
Additional developer warnings
This commit is contained in:
@@ -1165,7 +1165,7 @@ static void mlp_setupmode(struct ctx_cam *cam){
|
||||
|
||||
if (cam->conf->despeckle_filter != "") {
|
||||
snprintf(part, 99, _("Raw changes: %5d - changes after '%s': %5d"),
|
||||
cam->olddiffs, cam->conf->despeckle_filter, cam->current_image->diffs);
|
||||
cam->olddiffs, cam->conf->despeckle_filter.c_str(), cam->current_image->diffs);
|
||||
strcat(msg, part);
|
||||
if (cam->conf->despeckle_filter.find('l') != std::string::npos) {
|
||||
snprintf(part, 99,_(" - labels: %3d"), cam->current_image->total_labels);
|
||||
|
||||
Reference in New Issue
Block a user