bt_plugin_create_append_all_from_dir(): use printf_verbose() instead of error
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 10 Apr 2017 19:18:14 +0000 (15:18 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:41 +0000 (12:57 -0400)
commit47e56665e2bd1ef11ff703a04bee9857aa7ced4f
treebb4a294b49c72e6bcacf570ba7740ee4fd5e47d8
parentd8a36e1465244032decac7121c4fcb3c888dbd91
bt_plugin_create_append_all_from_dir(): use printf_verbose() instead of error

It's not a fatal error when this function cannot open a directory: it
can simply mean that this directory does not exist, but that's okay
because the function does not load plugins in this case, and it returns
an error code.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/plugin/plugin.c
This page took 0.025904 seconds and 4 git commands to generate.