Revise from motion_log to motpls_log

This commit is contained in:
Mr-Dave
2023-01-31 21:09:03 -07:00
parent 85a8d446fe
commit 30cc5a423f
4 changed files with 11 additions and 10 deletions

View File

@@ -422,7 +422,7 @@ static void algsec_params_log(ctx_dev *cam)
if (algmdl->method != "none") {
for (indx = 0; indx < algmdl->algsec_params->params_count; indx++) {
motion_log(INF, TYPE_ALL, NO_ERRNO,0, "%-25s %s"
motpls_log(INF, TYPE_ALL, NO_ERRNO,0, "%-25s %s"
,algmdl->algsec_params->params_array[indx].param_name
,algmdl->algsec_params->params_array[indx].param_value);
}