|
From: Peter K. <pk...@us...> - 2001-06-08 10:17:25
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Comment
---- ----------- ----------- -------
btconfig.c 1.3 1.4=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* Marked a debug message as such.
The diff of the modified file(s):
--- btconfig.c 2001/05/14 11:09:22 1.3
+++ btconfig.c 2001/06/08 10:17:24 1.4
@@ -237,7 +237,7 @@
return TRUE;
}
=20=20=20
- syslog(LOG_INFO, __FUNCTION__": Opened %s file ok", filename);
+ D(syslog(LOG_INFO, __FUNCTION__": Opened config file '%s'", filename));
=20
while (fgets(buf, BUF_MAXSIZE, f))
{
|