Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: cosmetic trace fix (newline)
  • Loading branch information
perexg committed Apr 9, 2016
1 parent 0b69407 commit 9dd33a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_frontend.c
Expand Up @@ -1107,7 +1107,7 @@ linuxdvb_frontend_close_pid0
pids_size--, pids++);
if (pids_size == 0)
return;
tvhtrace("linuxdvb", "%s - close PID %04X (%d) fd %d\n", name, pid, pid, pids->fd);
tvhtrace("linuxdvb", "%s - close PID %04X (%d) fd %d", name, pid, pid, pids->fd);
close(pids->fd);
pids->fd = -1;
pids->pid = -1;
Expand Down

0 comments on commit 9dd33a2

Please sign in to comment.