summaryrefslogtreecommitdiff
path: root/src
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:23 -0800
commit0ebbfa43351c2f557ff08b78b62e2f9c4cc2432e (patch)
treec5b562c2c7057f3d3ff84e92f54dd930ec9a3523 /src
parentfc5889a528a3e07eac0265c29660be148384864b (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)
Diffstat (limited to 'src')
-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 13dabde9303..97cbeb7759b 100644
--- a/src/mesa/main/imports.c
+++ b/src/mesa/main/imports.c
@@ -941,7 +941,7 @@ _mesa_problem( const GLcontext *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");
}