summaryrefslogtreecommitdiffstats
path: root/sdpd/sdpd.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-11-17 13:01:49 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-11-17 13:01:49 +0000
commitf3fc1efa4cbab8d6d107c6523d465d39c52e02c2 (patch)
treea1202863a973e8ab848c77c40ef0cc0970f35856 /sdpd/sdpd.h
parent914bf7ce2fcc811ea8561c30e7a43394d8834555 (diff)
Use common logging functions
Diffstat (limited to 'sdpd/sdpd.h')
-rw-r--r--sdpd/sdpd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sdpd/sdpd.h b/sdpd/sdpd.h
index e73936c3..69c1446e 100644
--- a/sdpd/sdpd.h
+++ b/sdpd/sdpd.h
@@ -27,15 +27,6 @@
#define sdp_get_unaligned bt_get_unaligned
#define sdp_put_unaligned bt_put_unaligned
-#define SDPINF(fmt, arg...) syslog(LOG_INFO, fmt "\n", ## arg)
-#define SDPERR(fmt, arg...) syslog(LOG_ERR, "%s: " fmt "\n", __func__ , ## arg)
-
-#ifdef SDP_DEBUG
-#define SDPDBG(fmt, arg...) syslog(LOG_DEBUG, "%s: " fmt "\n", __func__ , ## arg)
-#else
-#define SDPDBG(fmt...)
-#endif
-
typedef struct request {
bdaddr_t device;
bdaddr_t bdaddr;