summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2011-02-18 00:10:28 -0800
committerBrian Paul <brianp@vmware.com>2011-02-18 07:42:41 -0700
commitd252db7af1370246c76b46f4b9e66b352879bd9b (patch)
treeb0bea5ecba9b11b1a963da1111ec8ecf89f02fe0
parent449c4f3706bb479aaa3921cd8e6edc62e80c6e5b (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>
-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 bd1fd7cfbf8..fef46c4bbfd 100644
--- a/src/mesa/main/imports.c
+++ b/src/mesa/main/imports.c
@@ -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");
}