Log when serviceprobe has finished
This commit is contained in:
parent
d5b7d9c7da
commit
8a4524fe32
1 changed files with 3 additions and 2 deletions
|
@ -169,9 +169,10 @@ serviceprobe_start(void *aux, int64_t now)
|
||||||
|
|
||||||
assert(sp_current == NULL);
|
assert(sp_current == NULL);
|
||||||
|
|
||||||
if((sp = TAILQ_FIRST(&probequeue)) == NULL)
|
if((sp = TAILQ_FIRST(&probequeue)) == NULL) {
|
||||||
|
tvhlog(LOG_NOTICE, "serviceprobe", "Nothing more to probe");
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
s = sp->sp_s = calloc(1, sizeof(th_subscription_t));
|
s = sp->sp_s = calloc(1, sizeof(th_subscription_t));
|
||||||
t = sp->sp_t;
|
t = sp->sp_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue