summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-11-29 16:50:57 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-11-29 16:50:57 +0200
commitd12b9aac85aeff721cf71ae36cfc2321fd2c2a14 (patch)
treef6c796bb5b05a1fadfbbccec5f1c69d09d21d7c2
parentabcbac3b5c6047373ed84711e27b6d6f8d71b3dd (diff)
Remove bogus parameter
-rw-r--r--src/adapter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adapter.c b/src/adapter.c
index 5f6cbf83..2e595c10 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -846,7 +846,7 @@ static void session_remove(struct session_req *req)
if (adapter->disc_sessions)
return;
- debug("Stopping discovery", mode2str(adapter->global_mode));
+ debug("Stopping discovery");
if (adapter->state & STD_INQUIRY)
cancel_discovery(adapter);