Commit: 252883241228f3149566f119336ce2c49a8d861e
Parent: fdcde2ce2112df852ab3df6e49b158621177f946
Author: Bastien Nocera <hadess@hadess.net>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-12-02 23:32:44
Tree: 5a1d59e27d1971a804383f19494a6f8f2ae49a92

plugin: Quiet start-up warnings It's not an error for a plug-in not to start if the hardware doesn't support it. Quiet the warnings that require specific hardware. The messages will still appear in the debug output. bluetoothd[896]: src/plugin.c:plugin_init() System does not support csip plugin bluetoothd[896]: src/plugin.c:plugin_init() System does not support micp plugin bluetoothd[896]: src/plugin.c:plugin_init() System does not support vcp plugin bluetoothd[896]: src/plugin.c:plugin_init() System does not support mcp plugin bluetoothd[896]: src/plugin.c:plugin_init() System does not support bass plugin bluetoothd[896]: src/plugin.c:plugin_init() System does not support bap plugin

Diffstat

M src/plugin.c | 2 +-

1 files changed, 1 insertions(+), 1 deletions(-)

View Full Diff | Patch