diff --git a/daemon/media_player.c b/daemon/media_player.c index 1e6bbb548..cafb43940 100644 --- a/daemon/media_player.c +++ b/daemon/media_player.c @@ -2238,7 +2238,7 @@ void media_player_launch(void) { } void send_timer_launch(void) { //ilog(LOG_DEBUG, "send_timer_loop"); - timerthread_launch(&send_timer_thread, rtpe_config.scheduling, rtpe_config.priority, "media player"); + timerthread_launch(&send_timer_thread, rtpe_config.scheduling, rtpe_config.priority, "send timer"); } bool media_player_preload_files(char **files) {