1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 11:37:42 +00:00

Added RTCP packet logging.

This commit is contained in:
Rolf Ahrenberg
2014-12-14 19:22:52 +02:00
parent 7f9d016b52
commit 2d997b3fdd
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ void cSatipTuner::ProcessApplicationData(u_char *bufferP, int lengthP)
if (lengthP > 0) {
char s[lengthP];
memcpy(s, (char *)bufferP, lengthP);
debug16("%s (%s) [device %d]", __PRETTY_FUNCTION__, s, deviceIdM);
debug10("%s (%s) [device %d]", __PRETTY_FUNCTION__, s, deviceIdM);
char *c = strstr(s, ";tuner=");
if (c) {
int value;