mirror of
https://github.com/Motion-Project/motion.git
synced 2026-05-16 18:46:50 -04:00
Remove excess message
This commit is contained in:
@@ -560,9 +560,6 @@ static int motion_check_threadcount(ctx_motapp *motapp)
|
||||
|
||||
if (((thrdcnt == 0) && motapp->finish_all) ||
|
||||
((thrdcnt == 0) && (motapp->threads_running == 0))) {
|
||||
MOTION_LOG(ALL, TYPE_ALL, NO_ERRNO
|
||||
,_("DEBUG-1 threads_running %d thrdcnt %d , finish %d")
|
||||
,motapp->threads_running, thrdcnt, motapp->finish_all);
|
||||
return 1;
|
||||
} else {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user