Signed-off-by: AtmegaBuzz <swapnilshinde9382@xxxxxxxxx> --- net/bluetooth/rfcomm/sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bluetooth/rfcomm/sock.c b/net/bluetooth/rfcomm/sock.c index 4397e14ff..8fd5d327c 100644 --- a/net/bluetooth/rfcomm/sock.c +++ b/net/bluetooth/rfcomm/sock.c @@ -1065,7 +1065,7 @@ int __init rfcomm_init_sockets(void) goto error; } - BT_INFO("RFCOMM socket layer initialized"); + BT_INFO("RFCOMM socket layer initialized, Hi LFX"); if (IS_ERR_OR_NULL(bt_debugfs)) return 0; -- 2.34.1