Unbreak output buffer logging over the network
authorJens Axboe <axboe@fb.com>
Tue, 27 Oct 2015 08:44:01 +0000 (17:44 +0900)
committerJens Axboe <axboe@fb.com>
Tue, 27 Oct 2015 08:44:01 +0000 (17:44 +0900)
commitee92054faa594769a9c2afbaec9683f8fc508986
treee231324dfbe8f773d13d7930f573a26cf407b349
parent830814d41dc8b8b9757eb2a6cf7ed7be7128d1f2
Unbreak output buffer logging over the network

log_local_buf() is for the server to log locally, use
log_info_buf() to log over the specified channel.

Signed-off-by: Jens Axboe <axboe@fb.com>
lib/output_buffer.c