commit 18cfa42
Michael Forney
·
2014-01-26 00:47:41 +0000 UTC
parent 8ccb609
Show better error message when connecting to swc-launch fails
1 files changed,
+1,
-1
+1,
-1
1@@ -96,7 +96,7 @@ bool swc_initialize(struct wl_display * display,
2
3 if (!(swc_launch_initialize()))
4 {
5- ERROR("Could not connect to launch\n");
6+ ERROR("Could not connect to swc-launch\n");
7 goto error0;
8 }
9