|
From: Peter K. <pk...@us...> - 2001-04-18 14:02:27
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Comment
---- ----------- ----------- -------
bt_if.c 1.8 1.9=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Corrected a typo.
The diff of the modified file(s):
--- bt_if.c 2001/04/17 15:45:28 1.8
+++ bt_if.c 2001/04/18 14:01:34 1.9
@@ -487,7 +487,7 @@
{
int ret_val;
=20
- syslog(LOG_INFO, "bt_force_msswitch_as_server : % d\n"), enable;
+ syslog(LOG_INFO, "bt_force_msswitch_as_server: %d\n", enable);
#ifndef BT_USERSTACK=20
if ((ret_val =3D ioctl(bt_cfd, BTSETMSSWITCH, &enable)) !=3D 0)
{
|