mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Reformatted debug messages.
This commit is contained in:
parent
097a607389
commit
7f9060a4cb
2
tuner.c
2
tuner.c
@ -453,7 +453,7 @@ void cSatipTuner::UpdateCurrentState(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (currentStateM != state) {
|
if (currentStateM != state) {
|
||||||
debug1("%s: switching from %s to %s [device %d]", __PRETTY_FUNCTION__, TunerStateString(currentStateM), TunerStateString(state), deviceIdM);
|
debug1("%s: Switching from %s to %s [device %d]", __PRETTY_FUNCTION__, TunerStateString(currentStateM), TunerStateString(state), deviceIdM);
|
||||||
currentStateM = state;
|
currentStateM = state;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user