mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
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:
parent
7e158e85bd
commit
a6263f2738
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue