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)
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>

No differences found