diff options
Diffstat (limited to 'src/hsd-headset.c')
-rw-r--r-- | src/hsd-headset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hsd-headset.c b/src/hsd-headset.c index 1b81d19..dcea642 100644 --- a/src/hsd-headset.c +++ b/src/hsd-headset.c @@ -404,7 +404,7 @@ rfcomm_io_cb (GIOChannel *source, GIOCondition condition, gpointer data) GIOStatus st; HsdHeadset *h = data; - g_debug ("condition %d\n", condition); + g_debug ("condition %d", condition); if (condition & (G_IO_ERR | G_IO_HUP)) return FALSE; |