aboutsummaryrefslogtreecommitdiff
path: root/src/GattCharacteristic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GattCharacteristic.cpp')
-rw-r--r--src/GattCharacteristic.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}