summaryrefslogtreecommitdiffstats
path: root/sdpd/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-11-17 13:12:29 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-11-17 13:12:29 +0000
commit00ea526ab6b56994e727de46133d2eaaf9b40e84 (patch)
treeeafb2fd500915b291fbb61f5bcc58231cf0071b5 /sdpd/main.c
parente487af3281692cdb05f9edef547b107c4cae6962 (diff)
Remove unneeded newlines in log messages
Diffstat (limited to 'sdpd/main.c')
-rw-r--r--sdpd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdpd/main.c b/sdpd/main.c
index c21380cd..da14b967 100644
--- a/sdpd/main.c
+++ b/sdpd/main.c
@@ -307,7 +307,7 @@ static int init_server(uint16_t mtu, int master, int public)
static void sig_term(int sig)
{
- info("terminating... \n");
+ info("terminating...");
sdp_svcdb_reset();
close(l2cap_sock);
close(unix_sock);