Mesa (7.10): Point to bugs.freedesktop.org rather than bugzilla.freedesktop .org

Ian Romanick idr at kemper.freedesktop.org
Tue Mar 1 21:26:21 UTC 2011


Module: Mesa
Branch: 7.10
Commit: a6263f2738c914c76cdcde32604932cbe3b36398
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6263f2738c914c76cdcde32604932cbe3b36398

Author: Cyril Brulebois <kibi at debian.org>
Date:   Fri Feb 18 00:10:28 2011 -0800

Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org

Suggested by a freedesktop.org admin.

Signed-off-by: Cyril Brulebois <kibi at debian.org>
(cherry picked from commit d252db7af1370246c76b46f4b9e66b352879bd9b)

---

 src/mesa/main/imports.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c
index cefbf4d..643740d 100644
--- a/src/mesa/main/imports.c
+++ b/src/mesa/main/imports.c
@@ -941,7 +941,7 @@ _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... )
    va_end( args );
 
    fprintf(stderr, "Mesa %s implementation error: %s\n", MESA_VERSION_STRING, str);
-   fprintf(stderr, "Please report at bugzilla.freedesktop.org\n");
+   fprintf(stderr, "Please report at bugs.freedesktop.org\n");
 }
 
 




More information about the mesa-commit mailing list