Browse Source

Minor text fixes.

Georgi Chorbadzhiyski 11 years ago
parent
commit
6ff6f7ea08
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      tsdecrypt.1
  2. 1
    1
      udp.c

+ 1
- 1
tsdecrypt.1 View File

@@ -154,7 +154,7 @@ Pass through TDT/TOT packets when output filtering is enabled.
154 154
 Process input EMM/ECM from <ca_sys>. Currently tested and working CA systems
155 155
 are \fBCONAX\fR, \fBCRYPTOWORKS\fR, \fBIRDETO\fR, \fBVIACCESS\fR, \fBMEDIAGUARD\fR
156 156
 (\fBSECA\fR) and \fBVIDEOGUARD\fR (\fBNDS\fR), \fBNAGRA\fR, \fBBULCRYPT\fR,
157
-\fBGRIFFIN\fR and \fBDGCRYPT\fR.
157
+ \fBGRIFFIN\fR and \fBDGCRYPT\fR.
158 158
 Other supported CA system that you can choose but is not tested is \fBDRECRYPT\fR.
159 159
 The default \fB<ca_sys>\fR is \fBCONAX\fR. You can override the default CAS CAIDs
160 160
 by using \fB\-\-caid\fR parameter.

+ 1
- 1
udp.c View File

@@ -177,7 +177,7 @@ int udp_connect_output(struct io *io) {
177 177
 
178 178
 	memset(&addr, 0, sizeof(addr));
179 179
 
180
-	ts_LOGf("Connecting output to %s port %s ttl: %d\n",
180
+	ts_LOGf("Connecting output to %s port %s ttl %d\n",
181 181
 		io->hostname, io->service, io->ttl);
182 182
 	if (get_output_socket(io->hostname, io->service, SOCK_DGRAM, &addr, &addrlen, &sock) < 0)
183 183
 		return -1;

Loading…
Cancel
Save