capmt: extend log for subscription

This commit is contained in:
Jaroslav Kysela 2015-03-23 09:35:57 +01:00
parent 0c6cce080a
commit c54f9b0ca7
2 changed files with 5 additions and 3 deletions

View file

@ -1797,11 +1797,13 @@ capmt_send_request(capmt_service_t *ct, int lm)
}
memcpy(&buf[pos], &cad, cad.cad_length + 2);
pos += cad.cad_length + 2;
tvhlog(LOG_DEBUG, "capmt", "%s: adding ECMPID=0x%X (%d), CAID=0x%X (%d) PROVID=0x%X (%d)",
tvhlog(LOG_DEBUG, "capmt", "%s: adding ECMPID=0x%X (%d), "
"CAID=0x%X (%d) PROVID=0x%X (%d), SID=%d, ADAPTER=%d",
capmt_name(capmt),
cce2->cce_ecmpid, cce2->cce_ecmpid,
cce2->cce_caid, cce2->cce_caid,
cce2->cce_providerid, cce2->cce_providerid);
cce2->cce_providerid, cce2->cce_providerid,
sid, adapter_num);
}
uint8_t end[] = {

View file

@ -1,6 +1,6 @@
/*
* Service Mapper functions
* Copyright (C) 2007 Andreas Öman
* Copyright (C) 2007 Andreas Öman
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by