commit | fc9a528f484b37598a28841faee6fd8c889ee822 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt.fleming@intel.com> | Thu Mar 08 09:50:51 2012 +0000 |
committer | Matt Fleming <matt.fleming@intel.com> | Thu Mar 08 10:21:34 2012 +0000 |
tree | bb339b5f1e124725ba563bae894a0bd31294de9f | |
parent | 77148a3e497811ce873124ba848c934d2b12d592 [diff] |
fs: Don't print message if we fail to open a file Now that we have config file support failing to open a fail isn't worthy of a warning. Many users won't be using a config file at all and printing, "Unable to open file <filename>" everytime efilinux is executed is useless and annoying. Leave it to the caller of file_open() to print any messages about failing to open files. Signed-off-by: Matt Fleming <matt.fleming@intel.com>