aboutsummaryrefslogtreecommitdiff
path: root/src/GattDescriptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GattDescriptor.cpp')
-rw-r--r--src/GattDescriptor.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/GattDescriptor.cpp b/src/GattDescriptor.cpp
index a0e1829..bd29889 100644
--- a/src/GattDescriptor.cpp
+++ b/src/GattDescriptor.cpp
@@ -38,6 +38,8 @@
#include "Utils.h"
#include "Logger.h"
+namespace ggk {
+
//
// Standard constructor
//
@@ -171,6 +173,8 @@ bool GattDescriptor::callOnUpdatedValue(GDBusConnection *pConnection, void *pUse
return false;
}
- Logger::info(SSTR << "Calling OnUpdatedValue function for interface at path '" << getPath() << "'");
+ Logger::trace(SSTR << "Calling OnUpdatedValue function for interface at path '" << getPath() << "'");
return pOnUpdatedValueFunc(*this, pConnection, pUserData);
}
+
+}; // namespace ggk \ No newline at end of file