compositor: Log the full path of the config file we're using

This commit is contained in:
Kristian Høgsberg
2013-09-21 23:17:35 -07:00
parent 1abe0486bb
commit eeefc9e311
3 changed files with 70 additions and 64 deletions
+2
View File
@@ -3487,6 +3487,8 @@ int main(int argc, char *argv[])
}
config = weston_config_parse("weston.ini");
weston_log("Using config file '%s'\n",
weston_config_get_full_path(config));
section = weston_config_get_section(config, "core", NULL, NULL);
weston_config_section_get_string(section, "modules", &modules, "");