passthrough_ll: use fuse_log()
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 10 Sep 2019 10:39:34 +0000 (12:39 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 10 Sep 2019 13:25:15 +0000 (14:25 +0100)
commit0889da0a870697c7f8c1ac683da27463d046d653
tree4edaa88b5552f7fdeb4077c001d0b90e2cf8c2e2
parentd368dad2c8d34bc37d76ef36f79a463c12f933ff
passthrough_ll: use fuse_log()

Make use of fuse_log() instead of printing directly to stderr.  This
demonstrates unified logging and also caught the fact that I forgot to
add fuse_log APIs to lib/fuse_versionscript.  So it's basically a test
case :).

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
example/passthrough_ll.c