[Mesa-dev] [PATCH] Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org

Brian Paul brianp at vmware.com
Fri Feb 18 06:42:57 PST 2011


On 02/18/2011 01:10 AM, Cyril Brulebois wrote:
> Suggested by a freedesktop.org admin.
>
> Signed-off-by: Cyril Brulebois<kibi at debian.org>
> ---
>   src/mesa/main/imports.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c
> index bd1fd7c..fef46c4 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");
>   }
>
>

Committed.  Thanks.

-Brian



More information about the mesa-dev mailing list