commit | f41febd2eb5bdaa1c5685fe8a9b09276645013bc | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Jul 29 11:52:04 2015 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Jul 29 11:52:04 2015 +1000 |
tree | f6206ae8ed114a4db4118a9dc7efbec90b2025ce | |
parent | 89cebc8477290b152618ffa110bbeae340d50900 [diff] |
xfs: Use consistent logging message prefixes The second and subsequent lines of multi-line logging messages are not prefixed with the same information as the first line. Separate messages with newlines into multiple calls to ensure consistent prefixing and allow easier grep use. Signed-off-by: Joe Perches <joe@perches.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>