commit | e53222d7d3ab7f6b7c96896d2a04fa74c0754e23 | [log] [tgz] |
---|---|---|
author | Saqib Khan <khansa@us.ibm.com> | Sat Aug 19 16:57:24 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 23 20:09:36 2017 +0000 |
tree | 2f1f1c74d93d0c8287bd48cf146f29ca529db5bd | |
parent | 2cbfa03543672125df47885ebb83ec8626bbdbf3 [diff] |
Fix error logs while trying to read MANIFEST. After all lines have been read "while (getline(efile, line))" will still try and read another line and returns an exception. Checking the eof(end of file) bit confirms this and is not a valid error. This is part of a fix for openbmc/openbmc#2174 Change-Id: I0254b7f029a6343dae03d2fbc639f74c51d05d99 Signed-off-by: Saqib Khan <khansa@us.ibm.com>