diff options
author | Rocky Bernstein <rockyb@users.sourceforge.net> | 2004-02-28 19:29:38 +0000 |
---|---|---|
committer | Rocky Bernstein <rockyb@users.sourceforge.net> | 2004-02-28 19:29:38 +0000 |
commit | 29508eee9641ffeba9b372da6197f5176c2c58dc (patch) | |
tree | 654ae8b0e465a8f8e30c20bce74c7f19a23a9e6b | |
parent | 76f704fdae2180df8ece7b1faac2622a4bb43135 (diff) | |
download | xine-lib-29508eee9641ffeba9b372da6197f5176c2c58dc.tar.gz xine-lib-29508eee9641ffeba9b372da6197f5176c2c58dc.tar.bz2 |
Show auto-scan calls when call debugging is in effect.
CVS patchset: 6190
CVS date: 2004/02/28 19:29:38
-rw-r--r-- | src/input/vcd/xineplug_inp_vcd.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/input/vcd/xineplug_inp_vcd.c b/src/input/vcd/xineplug_inp_vcd.c index b06d4c521..26646ef6a 100644 --- a/src/input/vcd/xineplug_inp_vcd.c +++ b/src/input/vcd/xineplug_inp_vcd.c @@ -1,7 +1,7 @@ /* - $Id: xineplug_inp_vcd.c,v 1.10 2003/12/14 22:13:23 siggi Exp $ + $Id: xineplug_inp_vcd.c,v 1.11 2004/02/28 19:29:38 rockyb Exp $ - Copyright (C) 2002,2003 Rocky Bernstein <rocky@panix.com> + Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com> Program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -160,6 +160,9 @@ static void vcd_close(vcd_input_class_t *class); static bool vcd_get_default_device(vcd_input_class_t *class, bool log_msg_if_fail) { + dbg_print(INPUT_DBG_CALL, "Called with %s\n", + log_msg_if_fail ? "True" : "False"); + if (NULL == class->vcd_device || strlen(class->vcd_device)==0) { char **cd_drives=NULL; cd_drives = cdio_get_devices_with_cap(NULL, |