hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=e9f59eccf6621c0fb63060a6369ad8af9659753b
commit e9f59eccf6621c0fb63060a6369ad8af9659753b Author: ChunEon Park <[email protected]> Date: Mon May 12 22:59:26 2014 +0900 config - downgrade config file missing message. --- src/bin/config_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/config_data.c b/src/bin/config_data.c index ed6227c..eee00f0 100644 --- a/src/bin/config_data.c +++ b/src/bin/config_data.c @@ -113,7 +113,7 @@ config_load() cd = eet_data_read(ef, edd_base, "config"); eet_close(ef); } - else EINA_LOG_ERR("Cannot load a config file \"%s\"", buf); + else EINA_LOG_WARN("Cannot load a config file \"%s\"", buf); //failed to load config file. set default values. if (!cd) --
