From 322aeccbe9065863246078da3a945e8f9983d2c5 Mon Sep 17 00:00:00 2001 From: Paul Nettle Date: Fri, 1 Sep 2017 13:23:34 -0500 Subject: Cleaned up the logging a bit, improved server termination status returned from ggkWait. --- src/GattDescriptor.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/GattDescriptor.cpp') 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 -- cgit v1.2.3