aboutsummaryrefslogtreecommitdiff
path: root/src/GattDescriptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GattDescriptor.cpp')
-rw-r--r--src/GattDescriptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GattDescriptor.cpp b/src/GattDescriptor.cpp
index bd29889..c5ecf67 100644
--- a/src/GattDescriptor.cpp
+++ b/src/GattDescriptor.cpp
@@ -173,7 +173,7 @@ bool GattDescriptor::callOnUpdatedValue(GDBusConnection *pConnection, void *pUse
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);
}