I updated the debug statement here:

http://www.sqlite.org/src/info/def98fd23e

Thanks for the report.
-Shane

On Mon, Mar 14, 2011 at 7:54 PM, Noah Hart <n...@lipmantpa.com> wrote:
>
> In the routine winMutexTry at line 284
>
> -    printf("enter mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
> +    printf("try mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
>
> --
> View this message in context: 
> http://old.nabble.com/BUG%3A-mutex_w32.c--diagnostic-message-needs-to-be-clearer-tp31149931p31149931.html
> Sent from the SQLite mailing list archive at Nabble.com.
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to