mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11: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>
This commit is contained in:
parent
449c4f3706
commit
d252db7af1
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue