commit | 24a4f8009ee9e259a412d86373e0d2aac3a80333 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Jun 01 15:23:25 2011 +0300 |
committer | Artem Bityutskiy <dedekind1@gmail.com> | Mon Jul 04 10:54:30 2011 +0300 |
tree | 4ec4d21471e6fe770d3300ae41f1ca4a142b6b77 | |
parent | 81e79d38df5a17bb1c738a14f8e5f3412fb33afa [diff] |
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>