From: Jaroslav Kysela Date: Fri, 9 Feb 2018 09:52:53 +0000 (+0100) Subject: service: add restarting service trace X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=221bfa451bb4698d9ec5b88a37b8ec0a1ba7c09b;p=thirdparty%2Ftvheadend.git service: add restarting service trace --- diff --git a/src/service.c b/src/service.c index d9b4fbc77..48e478e52 100644 --- a/src/service.c +++ b/src/service.c @@ -1540,6 +1540,8 @@ service_restart_streams(service_t *t) void service_restart(service_t *t) { + tvhtrace(LS_SERVICE, "restarting service '%s'", t->s_nicename); + if (t->s_type == STYPE_STD) { pthread_mutex_lock(&t->s_stream_mutex); service_restart_streams(t);