Skip to content
Commit 4c3897cc authored by Luis de Bethencourt's avatar Luis de Bethencourt
Browse files

befs: make consistent use of befs_error()



befs_error() is used in potential errors that could happen in befs to
provide informational log messages. befs_debug() is silent when
CONFIG_BEFS_DEBUG=no, and very verbose when switched on, which is why it is
used for general debugging but not for errors.

Fix a few cases where the befs debug utility usage isn't following the
expected pattern. To make sure we have consistent information in the logs.

Signed-off-by: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
parent 9ae51a32
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment