engines: don't use printf or stderr directly
authorJens Axboe <axboe@fb.com>
Mon, 13 Oct 2014 18:18:07 +0000 (12:18 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 13 Oct 2014 18:18:07 +0000 (12:18 -0600)
commit7d4a8e7e2b16b900891b886295d1e8493f853b0c
tree0595568672d7c5a74c659e95803e8a553e983415
parente411c3014c9635bd5bd56d64c87e8094874ddffe
engines: don't use printf or stderr directly

For networked runs, we can't just print to stdout or stderr.
Use the appropriate logging functions.

Signed-off-by: Jens Axboe <axboe@fb.com>
engines/glusterfs_async.c
engines/libhdfs.c