From 23e46d2de44a3d49063e852a38b020e7407a78bc Mon Sep 17 00:00:00 2001 From: Paul Nettle Date: Sun, 3 Sep 2017 08:15:12 -0500 Subject: The GGK server names are no longer in Globals.h but are now configured by ggkStart() allowing an application to change them based on configuration rather than compilation. Power-off-disconnect errors hacked out of existence. A few log lines that were set to trace converted to debug log levels to reduce logspam. --- src/GattCharacteristic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GattCharacteristic.cpp') diff --git a/src/GattCharacteristic.cpp b/src/GattCharacteristic.cpp index 9bfafd9..a10c04d 100644 --- a/src/GattCharacteristic.cpp +++ b/src/GattCharacteristic.cpp @@ -172,7 +172,7 @@ bool GattCharacteristic::callOnUpdatedValue(GDBusConnection *pConnection, void * return false; } - Logger::trace(SSTR << "Calling OnUpdatedValue function for interface at path '" << getPath() << "'"); + Logger::debug(SSTR << "Calling OnUpdatedValue function for interface at path '" << getPath() << "'"); return pOnUpdatedValueFunc(*this, pConnection, pUserData); } -- cgit v1.2.3