Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
capmt: extend log for subscription
  • Loading branch information
perexg committed Mar 23, 2015
1 parent 0c6cce0 commit c54f9b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/descrambler/capmt.c
Expand Up @@ -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[] = {
Expand Down
2 changes: 1 addition & 1 deletion src/service_mapper.c
@@ -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
Expand Down

0 comments on commit c54f9b0

Please sign in to comment.