Re: [PATCH 1/1] fs: convert error and debug messages to log

2020-08-26 Thread Simon Glass
On Tue, 25 Aug 2020 at 10:51, Heinrich Schuchardt wrote: > > Use log functions for error and debug messages of the file-system. > > Signed-off-by: Heinrich Schuchardt > --- > fs/fs.c | 16 +--- > fs/fs_internal.c | 16 +--- > 2 files changed, 18 insertions(+), 14

[PATCH 1/1] fs: convert error and debug messages to log

2020-08-25 Thread Heinrich Schuchardt
Use log functions for error and debug messages of the file-system. Signed-off-by: Heinrich Schuchardt --- fs/fs.c | 16 +--- fs/fs_internal.c | 16 +--- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/fs/fs.c b/fs/fs.c index 17e4bc33f7..29ad4d1a6