From 6feca1dc60a7e3277c504e50b566f08760c69baa Mon Sep 17 00:00:00 2001 From: Paul Nettle Date: Wed, 27 Sep 2017 19:37:25 -0500 Subject: Added a threaded worker that listens for HCI events, resolving a number of problem areas. --- src/TickEvent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TickEvent.h') 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(pOwner), *this, pConnection, pUserData); } -- cgit v1.2.3