]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: Use consistent logging message prefixes
authorJoe Perches <joe@perches.com>
Wed, 29 Jul 2015 01:52:04 +0000 (11:52 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 24 Aug 2015 01:52:46 +0000 (11:52 +1000)
commit2c2ec8ff27d3ebb8ce11b76d0eed281b4aacbd05
tree28c58fd08fe3b65ead683a834a8ee0b4c5bf031b
parentd9241d7ebaf17a909279e1f323c776f2e9243e81
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>
libxfs/xfs_dir2_node.c
libxfs/xfs_sb.c