X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fdvb%2Flinux_dvb.c;h=b98fd3a6f086761e1efd09f544504381ec0c38a7;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=99d12206acf7c00c2e9a4b52431262c96b3a3e92;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/access/dvb/linux_dvb.c b/modules/access/dvb/linux_dvb.c index 99d12206ac..b98fd3a6f0 100644 --- a/modules/access/dvb/linux_dvb.c +++ b/modules/access/dvb/linux_dvb.c @@ -1477,7 +1477,7 @@ int E_(CAMOpen)( access_t *p_access ) } /* Output CA capabilities */ - msg_Dbg( p_access, "CAMInit: CA interface with %d %s", caps.slot_num, + msg_Dbg( p_access, "CAMInit: CA interface with %d %s", caps.slot_num, caps.slot_num == 1 ? "slot" : "slots" ); if ( caps.slot_type & CA_CI ) msg_Dbg( p_access, "CAMInit: CI high level interface type" );