1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00

Update: Renamed thread as it is too long on Linux

This commit is contained in:
Philipp Schafft 2022-03-20 15:58:45 +00:00
parent ec4ef5a0bb
commit e3fe175bfc

View File

@ -629,7 +629,7 @@ static void fserve_add_pending (fserve_t *fclient)
{ {
run_fserv = 1; run_fserv = 1;
ICECAST_LOG_DEBUG("fserve handler waking up"); ICECAST_LOG_DEBUG("fserve handler waking up");
thread_create("File Serving Thread", fserv_thread_function, NULL, THREAD_DETACHED); thread_create("File Serving", fserv_thread_function, NULL, THREAD_DETACHED);
} }
thread_spin_unlock (&pending_lock); thread_spin_unlock (&pending_lock);
} }