commit | 186b53701ca5a843b07ca44a8d954dc6043c70f4 | [log] [tgz] |
---|---|---|
author | Mihai Moldovan <ionic@ionic.de> | Wed Aug 17 19:10:08 2011 +0900 |
committer | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Wed Aug 17 19:34:59 2011 +0900 |
tree | 308d83d28fb04527df232171ed1408c3a9c8d1a5 | |
parent | 8c320c079cde0286d71368961231e426539868b4 [diff] |
fat: fix utf8 iocharset warning message The fat_msg function already formats the given message and appends a newline to it - we don't need to do this in the passed message string as well, or will end up with a blank line printed in the kernel log ring buffer. Also change the loglevel from error to warning. Signed-off-by: Mihai Moldovan <ionic@ionic.de> Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>