mirror of
https://github.com/Motion-Project/motion.git
synced 2026-02-07 05:22:06 -05:00
Revise from motion_log to motpls_log
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user