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

Suggested by a freedesktop.org admin.

Signed-off-by: Cyril Brulebois <kibi@debian.org>
(cherry picked from commit d252db7af1)
This commit is contained in:
Cyril Brulebois 2011-02-18 00:10:28 -08:00 committed by Ian Romanick
parent 7e158e85bd
commit a6263f2738

View file

@ -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");
}