|
From: Mattias A. <mat...@us...> - 2001-06-13 11:52:26
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
sdp.c 1.75 1.76=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
minor debug change
The diff of the modified file(s):
--- sdp.c 2001/05/02 15:38:54 1.75
+++ sdp.c 2001/06/13 11:52:25 1.76
@@ -387,13 +387,13 @@
}
=20
if (srv) {
- DSYS(__FUNCTION__ ", Init sdp as server\n");
+ DSYS("Init SDP as server\n");
role =3D 1;
#ifndef __KERNEL__
sdp_sock =3D open_socket(SDP_SRV_SOCK);
#endif
} else {
- DSYS(__FUNCTION__ ", Init sdp as client\n");
+ DSYS("Init SDP as client\n");
role =3D 0;
}
}
|