diff highlight.c @ 10:6f0fb88d1463 src

Added some debug info, to hopefully help in tracking bugs in libdvdnav.
author jcdutton
date Tue, 09 Apr 2002 15:19:07 +0000
parents 328eadb3f37e
children 3c1df0cb3aee
line wrap: on
line diff
--- a/highlight.c	Sun Apr 07 19:35:54 2002 +0000
+++ b/highlight.c	Tue Apr 09 15:19:07 2002 +0000
@@ -163,7 +163,7 @@
 
   /* Finally, make the VM execute the appropriate code and
    * scedule a jump */
-
+  fprintf(stderr, "libdvdnav: Evaluating Button Activation commands.\n");
   if(vm_eval_cmd(self->vm, &(button_ptr->cmd)) == 1) {
     /* Cammand caused a jump */
     dvdnav_do_post_jump(self);