diff options
author | phintuka <phintuka> | 2010-03-01 07:13:30 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-03-01 07:13:30 +0000 |
commit | b4927f24d8d784670bb9a924de84d9adceb86451 (patch) | |
tree | f6137571f4d3602ac9f39a3138a524e17033caed | |
parent | 085a1369965998f03b0edefa00c9ef9280da4a18 (diff) | |
download | xineliboutput-b4927f24d8d784670bb9a924de84d9adceb86451.tar.gz xineliboutput-b4927f24d8d784670bb9a924de84d9adceb86451.tar.bz2 |
Log config file
-rw-r--r-- | xine_frontend.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xine_frontend.c b/xine_frontend.c index d3051f79..a6bca71d 100644 --- a/xine_frontend.c +++ b/xine_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.c,v 1.112 2010-02-14 12:53:06 phintuka Exp $ + * $Id: xine_frontend.c,v 1.113 2010-03-01 07:13:30 phintuka Exp $ * */ @@ -629,6 +629,7 @@ static int fe_xine_init(frontend_t *this_gen, const char *audio_driver, "/.xine/config_xineliboutput") < 0) return 0; + LOGDBG("Using xine-lib config file %s", this->configfile); make_dirs(this->configfile); xine_config_load (this->xine, this->configfile); |