|
From: Peter K. <pk...@us...> - 2001-02-26 16:07:39
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci.c 1.117 1.118=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Added missing \n.
The diff of the modified file(s):
--- hci.c 2001/02/15 16:27:33 1.117
+++ hci.c 2001/02/26 16:08:44 1.118
@@ -654,7 +654,7 @@
#ifndef HCI_EMULATION
if (buf[0]) {
/* remove hci handle if connection failed */
- DSYS(__FUNCTION__", CONNECTION_COMPLETE %s", get_err_msg(buf[0]));
+ DSYS(__FUNCTION__", CONNECTION_COMPLETE %s\n", get_err_msg(buf[0]));
hci_ctrl.nbr_of_connections -=3D 1;
reset_hci_con_bd(hci_hdl);
} else {
|