Re: [PATCH 1/2] partition: include partuuid string in debug string

2019-10-23 Thread Sascha Hauer
On Mon, Oct 21, 2019 at 07:00:43PM +0200, Ahmad Fatoum wrote: > When debugging partitions detected by barebox, knowing the partuuid > can be useful. Include it in the dev_dbg output. > > Signed-off-by: Ahmad Fatoum > --- > common/partitions.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

[PATCH 1/2] partition: include partuuid string in debug string

2019-10-21 Thread Ahmad Fatoum
When debugging partitions detected by barebox, knowing the partuuid can be useful. Include it in the dev_dbg output. Signed-off-by: Ahmad Fatoum --- common/partitions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/partitions.c b/common/partitions.c index