eina: reduce log to warning when not found.

This commit is contained in:
Cedric Bail 2014-02-22 16:37:15 +09:00
parent 2862d91328
commit f5f9e44219
1 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,7 @@ eina_file_open(const char *path, Eina_Bool shared)
return n;
on_error:
ERR("Could not open file [%s].", filename);
WRN("Could not open file [%s].", filename);
free(filename);
if (fd >= 0) close(fd);