shithub: libdvdcss

Download patch

ref: e02b6b39da186c9ff25bcb093820f27fe105c6be
parent: f6ecade747d6cdd63df205186cb27de2af9f3c9f
author: Sam Hocevar <sam@videolan.org>
date: Wed May 13 16:54:39 EDT 2009

Add a debug message in the copyright information retrieval.

--- a/src/css.c
+++ b/src/css.c
@@ -131,6 +131,9 @@
         return -1;
     }
 
+    print_debug( dvdcss, "disc reports copyright information 0x%x",
+                         i_copyright );
+
     i_ret = ioctl_ReportRPC( dvdcss->i_fd, &i_type, &i_mask, &i_rpc);
 
     if( i_ret < 0 )