summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/errors.c')
-rw-r--r--src/mesa/main/errors.c2
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");
}
}