mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 11:37:42 +00:00
Reformatted debug messages.
This commit is contained in:
2
tuner.c
2
tuner.c
@@ -453,7 +453,7 @@ void cSatipTuner::UpdateCurrentState(void)
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user