summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2011-02-18 00:10:28 -0800
committerIan Romanick <ian.d.romanick@intel.com>2011-03-01 12:57:29 -0800
commita6263f2738c914c76cdcde32604932cbe3b36398 (patch)
treee71f15fa8aee15ee31251a9f7f332a0c0c9500fe
parent7e158e85bd2e2311b589b0a09103b16f0fe438cd (diff)
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 d252db7af1370246c76b46f4b9e66b352879bd9b)
-rw-r--r--src/mesa/main/imports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c
index cefbf4d8c98..643740d8551 100644
--- a/src/mesa/main/imports.c
+++ b/src/mesa/main/imports.c
@@ -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");
}