diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-29 16:50:57 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-29 16:50:57 +0200 |
commit | d12b9aac85aeff721cf71ae36cfc2321fd2c2a14 (patch) | |
tree | f6c796bb5b05a1fadfbbccec5f1c69d09d21d7c2 /src | |
parent | abcbac3b5c6047373ed84711e27b6d6f8d71b3dd (diff) |
Remove bogus parameter
Diffstat (limited to 'src')
-rw-r--r-- | src/adapter.c | 2 |
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); |