Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: fdcde2ce2112df852ab3df6e49b158621177f946 https://github.com/bluez/bluez/commit/fdcde2ce2112df852ab3df6e49b158621177f946 Author: Bastien Nocera <hadess@xxxxxxxxxx> Date: 2024-12-02 (Mon, 02 Dec 2024) Changed paths: M profiles/audio/media.c M profiles/audio/micp.c Log Message: ----------- profiles/audio: Quiet plug-in warnings A normal daemon start should not throw warnings on a system in the default configuration. Quiet the plug-in warnings that require experimental features to be enabled. They will still appear in the debug output. bluetoothd[896]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled Commit: 252883241228f3149566f119336ce2c49a8d861e https://github.com/bluez/bluez/commit/252883241228f3149566f119336ce2c49a8d861e Author: Bastien Nocera <hadess@xxxxxxxxxx> Date: 2024-12-02 (Mon, 02 Dec 2024) Changed paths: M src/plugin.c Log Message: ----------- 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 Compare: https://github.com/bluez/bluez/compare/d280c9346cf0...252883241228 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications