changeset 1158:fad3e9babbb6

- just modified an error message
author acki2
date Mon, 18 Jun 2001 16:38:06 +0000
parents 28ee84efcc28
children b7574af79fea
files libvo/vo_dga.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dga.c	Mon Jun 18 16:05:02 2001 +0000
+++ b/libvo/vo_dga.c	Mon Jun 18 16:38:06 2001 +0000
@@ -23,6 +23,9 @@
  * - works only on x86 architectures
  *
  * $Log$
+ * Revision 1.26  2001/06/18 16:38:06  acki2
+ * - just modified an error message
+ *
  * Revision 1.25  2001/06/17 22:21:47  acki2
  * - if DGA fails to report some valid modes, vo_dga now exits gracefully
  *   instead of crashing ... (100000x100000 bug ...)
@@ -963,7 +966,8 @@
 
   if(vo_dga_vp_width == VO_DGA_INVALID_RES){
     vd_printf( VD_ERR, "vo_dga: Something is wrong with your DGA. There doesn't seem to be a\n"
-		       "single suitable mode!\n");
+		       "         single suitable mode!\n"
+		       "         Please file a bug report (see DOCS/DGA)\n");
 #ifndef HAVE_DGA2
 #ifdef HAVE_XF86VM
     if(vo_dga_vidmodes){