summaryrefslogtreecommitdiffstats
path: root/vcd_read.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcd_read.h')
-rw-r--r--vcd_read.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcd_read.h b/vcd_read.h
index 533434e0eb..c30dfa6f3f 100644
--- a/vcd_read.h
+++ b/vcd_read.h
@@ -62,7 +62,7 @@ void vcd_read_toc(int fd){
if (ioctl(fd,CDROMREADTOCENTRY,&tocentry)==-1)
{ perror("read CDROM toc entry: "); return; }
- printf("track %02d: adr=%d ctrl=%d format=%d %02d:%02d:%02d mode: %d\n",
+ mp_msg(MSGT_OPEN,MSGL_INFO,"track %02d: adr=%d ctrl=%d format=%d %02d:%02d:%02d mode: %d\n",
(int)tocentry.cdte_track,
(int)tocentry.cdte_adr,
(int)tocentry.cdte_ctrl,