From 4d894abdbea50562cef4281faf665a28a6299a30 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 3 May 2002 02:20:29 +0000 Subject: fix some log messages. try to provide some hint to user so it may be able to get out of this situation himself... CVS patchset: 1843 CVS date: 2002/05/03 02:20:29 --- src/input/input_dvd.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/input/input_dvd.c') diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index 97d2889db..3d0f64fa0 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_dvd.c,v 1.47 2002/04/24 08:12:13 f1rmb Exp $ + * $Id: input_dvd.c,v 1.48 2002/05/03 02:20:29 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -343,8 +343,9 @@ static int openDVDFile (dvd_input_plugin_t *this, if( encrypted ) { LOG_MSG(this->xine, - _("\ninput_dvd: Sorry, xine doesn't play encrypted DVDs. The legal status of CSS\n" - " decryption is unclear and we will not provide such code.\n\n")); + _("\ninput_dvd: Sorry, this plugin doesn't play encrypted DVDs. The legal status\n" + " of CSS decryption is unclear and we can't provide such code.\n" + " Please check http://dvd.sf.net for more information.\n")); return 0; } -- cgit v1.2.3