eina/file: use INFO log level when eina_file_open fails
authorMike Blumenkrantz <zmike@samsung.com>
Wed, 29 May 2019 13:16:30 +0000 (09:16 -0400)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 3 Jun 2019 06:58:34 +0000 (15:58 +0900)
commite627bd02dd556f4f7eed18fda33305e3258d9956
treedbe5bd4d02fba8371f4d73add91dd9431b2c364f
parent38f1cb7580484f51d3fdf9291fd3915435afe813
eina/file: use INFO log level when eina_file_open fails

Summary:
this function is commonly used to detect the existence of files using
its return value. for this purpose, printing warnings any time the file
cannot be opened is spammy and not very helpful in the context of detecting
actual errors.
Depends on D8950

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8951
src/lib/eina/eina_file.c