diff libmpdemux/stream.c @ 10735:8a10d5d0ce86

serious bugs - 1l absinth (changed to absinth against cola inflation)
author alex
date Sun, 31 Aug 2003 18:51:05 +0000
parents 620cc649f519
children 3d75bcc28231
line wrap: on
line diff
--- a/libmpdemux/stream.c	Sun Aug 31 18:33:02 2003 +0000
+++ b/libmpdemux/stream.c	Sun Aug 31 18:51:05 2003 +0000
@@ -152,7 +152,7 @@
   for(i = 0 ; auto_open_streams[i] ; i++) {
     sinfo = auto_open_streams[i];
     if(!sinfo->protocols) {
-      mp_msg(MSGT_OPEN,MSGL_WARN, "Stream type %s have protocols == NULL, it's a bug\n");
+      mp_msg(MSGT_OPEN,MSGL_WARN, "Stream type %s has protocols == NULL, it's a bug\n", sinfo->name);
       continue;
     }
     for(j = 0 ; sinfo->protocols[j] ; j++) {