log: unify the logging handlers
authorJens Axboe <axboe@fb.com>
Wed, 24 May 2017 16:15:20 +0000 (10:15 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 24 May 2017 16:15:20 +0000 (10:15 -0600)
commitfc97d6ae95fadbd1c57197d5f744f3353e41cd57
tree66145e6bf17f3af5de697b5b4888b2a82901fbe5
parentc78e8496d438982157657711fbff8bedb621c1c9
log: unify the logging handlers

Just provide one handler that does the va args and buffer
printing/allocation, and make the rest of them use that.

Signed-off-by: Jens Axboe <axboe@fb.com>
log.c