From: Cyril Brulebois Date: Fri, 18 Feb 2011 08:10:28 +0000 (-0800) Subject: Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org X-Git-Tag: mesa-7.11-rc1~2008 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d252db7af1370246c76b46f4b9e66b352879bd9b;p=platform%2Fupstream%2Fmesa.git Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org Suggested by a freedesktop.org admin. Signed-off-by: Cyril Brulebois --- diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index bd1fd7c..fef46c4 100644 --- a/src/mesa/main/imports.c +++ b/src/mesa/main/imports.c @@ -942,7 +942,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"); }