Re: [PATCH 2/2] wayland-server: Improve error messages for bad globals

2013-11-19 Thread Kristian Høgsberg
On Tue, Nov 12, 2013 at 09:44:37PM -0500, Jasper St. Pierre wrote: > A bug in Weston's toytoolkit gave me an hour of debugging headaches. > Improve the error messages that we send if a client requests an invalid > global, either by name or by version. That's a good improvement, applied. Kristian

[PATCH 2/2] wayland-server: Improve error messages for bad globals

2013-11-12 Thread Jasper St. Pierre
A bug in Weston's toytoolkit gave me an hour of debugging headaches. Improve the error messages that we send if a client requests an invalid global, either by name or by version. --- src/wayland-server.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/wayland-ser