setfiles: switch bb_info_msg to printf
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 30 Mar 2016 16:17:35 +0000 (18:17 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 30 Mar 2016 16:17:35 +0000 (18:17 +0200)
commit80f0f1d712fb3ab236e1fc8b37dfa7a9224d7849
treed9275d6616444118bda6715c63f1f2ae87445797
parent2a17fbe88a0cc064248db4ce8939f0fbc357922d
setfiles: switch bb_info_msg to printf

Presumably, bb_info_msg was used here for syslog logging (-l),
but there is no actual code to activate syslog logging.
Added a TODO note on that, so that selinux users would notice
and fix if needed.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
selinux/setfiles.c