befs: make consistent use of befs_error()
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Sun, 3 Jul 2016 15:29:44 +0000 (16:29 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 9 Aug 2016 14:18:06 +0000 (15:18 +0100)
commit1a948b2242f06cb183e237e053e7744db3750c77
treef0c164c7721f1f7253c8ee9b2dd2dad3f351e7b1
parent4796285f4aa058950030e260922bfd0ceff8b938
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: Luis de Bethencourt <luisbg@osg.samsung.com>
fs/befs/btree.c
fs/befs/datastream.c
fs/befs/linuxvfs.c
This page took 0.025838 seconds and 5 git commands to generate.