numam-spdk/lib/log
Darek Stojaczyk 1db6c18e60 log/fdump: fix alignment of the last printed line
Our log_ut currently dumps two buffers which end up being
printed with a different column alignment.

`00000000  6c 6f 67 20 64 75 6d 70                           log dump`
vs
`00000000  73 70 64 6b 20 64 75 6d  70                        spdk dump`

In short dumps (len % 16 < 8) we didn't include the extra
arbitrary whitespace between the 8-byte parts.

Change-Id: I00bf1d334f71370922d939c4397a479f8d707112
Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452058
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2019-05-10 10:27:29 +00:00
..
rpc log: use new framework for marking deprecated RPCs 2019-05-09 04:37:08 +00:00
log_flags.c app, log: clarify how to enable log flags 2019-03-29 02:35:48 +00:00
log.c log/fdump: fix alignment of the last printed line 2019-05-10 10:27:29 +00:00
Makefile Make: Add deps for each shared obj individually 2018-10-09 21:45:26 +00:00