aboutsummaryrefslogtreecommitdiff
path: root/src/TickEvent.h
diff options
context:
space:
mode:
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);
}