commit | 7c7756e5d05210e2f57e16a6d407c94a02e67421 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Dec 22 19:21:04 2017 +0100 |
committer | Alexander Graf <agraf@suse.de> | Mon Jan 22 23:09:12 2018 +0100 |
tree | 475bc528ad441f97e9c389e1d15be1190ce131fa | |
parent | 5cf88b6e70cc9766f92213efafca1f5e6f62854c [diff] |
efi_selftest: do not cut off u16 strings when printing Device paths can be very long. Due to a limited output buffer the output for device paths is cut off. We can avoid this by directly calling the boottime service with the the device path string. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> [agraf: Remove coloring code change] Signed-off-by: Alexander Graf <agraf@suse.de>