Remove unnecessary error message in RDS and Recovery modes 02/89302/1
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Thu, 22 Sep 2016 13:34:03 +0000 (15:34 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Thu, 22 Sep 2016 13:34:03 +0000 (15:34 +0200)
commiteab61d88ea406bbc672c04c953952abc275377fe
tree0ba1d154c81e6525747fa8d937ec35492cf846c6
parent6a5b906c69fc8984ca721aa9d824d1450dc8768d
Remove unnecessary error message in RDS and Recovery modes

Error:
file_util.cc:376:
Failed to open the source dir: /opt/usr/home/owner/apps_rw/...

This condition is not an error but a test in certain situations,
i.e. RDS and Recovery modes.

Change-Id: I2f21925d6e43e9a546873ef99308ee3ab43d1e57
src/common/utils/file_util.cc