aboutsummaryrefslogtreecommitdiff
path: root/src/TickEvent.h
diff options
context:
space:
mode:
authorPaul Nettle <nettle.paul@gmail.com>2017-09-27 19:37:25 -0500
committerPaul Nettle <nettle.paul@gmail.com>2017-09-27 19:37:25 -0500
commit6feca1dc60a7e3277c504e50b566f08760c69baa (patch)
tree0428042e2587dab5353536b2bf71e2c81e6a22d2 /src/TickEvent.h
parentAdvertising name logged on startup. (diff)
downloadgobbledegook-6feca1dc60a7e3277c504e50b566f08760c69baa.tar.gz
gobbledegook-6feca1dc60a7e3277c504e50b566f08760c69baa.tar.bz2
gobbledegook-6feca1dc60a7e3277c504e50b566f08760c69baa.zip
Added a threaded worker that listens for HCI events, resolving a number of problem areas.
Diffstat (limited to 'src/TickEvent.h')
-rw-r--r--src/TickEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TickEvent.h b/src/TickEvent.h
index e72ae9b..146f670 100644
--- a/src/TickEvent.h
+++ b/src/TickEvent.h
@@ -129,7 +129,7 @@ struct TickEvent
{
if (nullptr != callback)
{
- Logger::info(SSTR << "Ticking at path '" << path << "'");
+ Logger::debug(SSTR << "Ticking at path '" << path << "'");
callback(*static_cast<const T *>(pOwner), *this, pConnection, pUserData);
}