swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 18cfa42c38e95a09374f091baf6678f3613b90e1
parent 8ccb609f157f4138151d522be25885ed8d38b28d
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 25 Jan 2014 16:47:41 -0800

Show better error message when connecting to swc-launch fails

Diffstat:
Mlibswc/swc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswc/swc.c b/libswc/swc.c @@ -96,7 +96,7 @@ bool swc_initialize(struct wl_display * display, if (!(swc_launch_initialize())) { - ERROR("Could not connect to launch\n"); + ERROR("Could not connect to swc-launch\n"); goto error0; }