From 29508eee9641ffeba9b372da6197f5176c2c58dc Mon Sep 17 00:00:00 2001 From: Rocky Bernstein Date: Sat, 28 Feb 2004 19:29:38 +0000 Subject: Show auto-scan calls when call debugging is in effect. CVS patchset: 6190 CVS date: 2004/02/28 19:29:38 --- src/input/vcd/xineplug_inp_vcd.c | 7 +++++-- 1 file 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 + Copyright (C) 2002, 2003, 2004 Rocky Bernstein 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, -- cgit v1.2.3