diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-11 21:28:14 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-11 21:28:14 +0300 |
commit | c1bf8e7f46db78c7cc760d22b5c30fd2c6643620 (patch) | |
tree | 8ef89b1814ac7c1dc556b86efa6b69ce0de197b9 /audio/headset.c | |
parent | 0520063076684676e231592b2c5ad68723e0dcfa (diff) |
Fix info calls that really should be debug instead
Diffstat (limited to 'audio/headset.c')
-rw-r--r-- | audio/headset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.c b/audio/headset.c index f0eb0b7b..102d0bca 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -513,7 +513,7 @@ static void sco_connect_cb(GIOChannel *chan, int err, const bdaddr_t *src, sk = g_io_channel_unix_get_fd(chan); - info("SCO fd=%d", sk); + debug("SCO fd=%d", sk); hs->sco = chan; p->io = NULL; |