[PATCH v2 2/2] ivi-shell: Say something when configuration is missing
Ondřej Majerech
majerech.o at gmail.com
Fri Dec 5 17:49:18 PST 2014
When ivi-module is not set in weston.conf, we probably want to tell the
user about their error instead of just dying.
Signed-off-by: Ondřej Majerech <majerech.o at gmail.com>
---
ivi-shell/ivi-shell.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ivi-shell/ivi-shell.c b/ivi-shell/ivi-shell.c
index a14010e..02fbafb 100644
--- a/ivi-shell/ivi-shell.c
+++ b/ivi-shell/ivi-shell.c
@@ -385,6 +385,7 @@ ivi_shell_setting_create(struct ivi_shell_setting *dest,
if (weston_config_section_get_string(
section, "ivi-module", &dest->ivi_module, NULL) != 0)
{
+ weston_log("No ivi-module set in weston.conf\n");
result = -1;
}
--
1.9.3
More information about the wayland-devel
mailing list