UBIFS: be more informative in failure mode
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 1 Jun 2011 12:23:25 +0000 (15:23 +0300)
committerArtem Bityutskiy <dedekind1@gmail.com>
Mon, 4 Jul 2011 07:54:30 +0000 (10:54 +0300)
commit24a4f8009ee9e259a412d86373e0d2aac3a80333
tree4ec4d21471e6fe770d3300ae41f1ca4a142b6b77
parent81e79d38df5a17bb1c738a14f8e5f3412fb33afa
UBIFS: be more informative in failure mode

When we are testing UBIFS recovery, it is better to print in which eraseblock
we are going to fail. Currently UBIFS prints it only if recovery debugging
messages are enabled, but this is not very practical. So change 'dbg_rcvry()'
messages to 'ubifs_warn()' messages.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/debug.c