cleanup relaunch video code

This commit is contained in:
F. Duncanh
2025-02-16 22:38:50 -05:00
parent a7c805f520
commit 4260d052b6
2 changed files with 21 additions and 19 deletions

View File

@@ -584,7 +584,7 @@ httpd_thread(void *arg)
httpd->running = 0;
MUTEX_UNLOCK(httpd->run_mutex);
logger_log(httpd->logger, LOGGER_DEBUG, "Exiting HTTP thread");
logger_log(httpd->logger, LOGGER_DEBUG, "Exiting httpd thread");
return 0;
}