UBIFS: increase dumps loglevel
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 18 Jan 2012 13:46:13 +0000 (15:46 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 21 Jun 2012 11:46:13 +0000 (14:46 +0300)
commit1bf65557f03f4a7e1f3cc85bb72b7c2b97ea0275
treed936e1181926e073f4fcbcd2508ed8dcc59af5e7
parent13a72f96fc013bc85b36e8e0d9bcfb35e2e4549e
UBIFS: increase dumps loglevel

Most of the time we use the dumping function to dump something in case
of error. We use 'KERN_DEBUG' printk level, and the drawback is that users
do not see them in the console, while they see the other error messages
in the console. The result is that they send bug reports which does not
contain a lot of useful information. This patch changes the printk level
of the dump functions to 'KERN_ERR' to correct the situation.

I documented it in the MTD web site that people have to send the 'dmesg' output
when submitting bug reposts - it did not help.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
fs/ubifs/debug.c