diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c index 1c1d85d414d..5c6a393e46f 100644 --- a/src/mesa/main/errors.c +++ b/src/mesa/main/errors.c @@ -849,7 +849,7 @@ _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) va_end( args ); fprintf(stderr, "Mesa %s implementation error: %s\n", PACKAGE_VERSION, str); - fprintf(stderr, "Please report at bugs.freedesktop.org\n"); + fprintf(stderr, "Please report at " PACKAGE_BUGREPORT "\n"); } } |