On Mon, 20 Dec 2010 10:27:57 -0800, James Jones <[email protected]> wrote:

> +static Bool
> +SyncCheckWarnIsCounter(const SyncObject* pSync, const char *warning)
> +{
> +    if (pSync && (SYNC_COUNTER != pSync->type))
> +    {
> +     ErrorF("%s", warning);
> +     ErrorF("         Counter type: %d\n", pSync->type);
> +     return FALSE;
> +    }
> +
> +    return TRUE;
> +}

This doesn't throttle warning messages. If there is a bug in the server,
I'd imagine it'd get hit over and over again, meaning that your server
log file will get filled with these messages.

-- 
[email protected]

Attachment: pgplArPQmniqN.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to