mirror of
https://github.com/Motion-Project/motion.git
synced 2026-05-08 23:03:20 -04:00
Revise camera_name to device_name
This commit is contained in:
@@ -656,7 +656,7 @@ static void motion_cam_delete(ctx_motapp *motapp)
|
||||
cam = motapp->cam_list[motapp->cam_delete];
|
||||
|
||||
MOTION_LOG(NTC, TYPE_STREAM, NO_ERRNO, _("Stopping %s device_id %d")
|
||||
, cam->conf->camera_name.c_str(), cam->device_id);
|
||||
, cam->conf->device_name.c_str(), cam->device_id);
|
||||
cam->restart_dev = false;
|
||||
cam->finish_dev = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user