diff --git a/tuner.c b/tuner.c index 4ab65bb..c81adef 100644 --- a/tuner.c +++ b/tuner.c @@ -196,9 +196,10 @@ bool cSatipTuner::Connect(void) currentServerM = nextServerM; nextServerM = NULL; } - } return true; + } } + error("Connect failed [device %d]", deviceIdM); } return false;