summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/connect.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connect.py b/src/connect.py
index dadf147..f31775d 100644
--- a/src/connect.py
+++ b/src/connect.py
@@ -11,9 +11,9 @@ async def connect(address):
services = await client.get_services()
for service in services:
- logger.info(f"Service: {service.uuid}")
+ logger.debug(f"Service: {service.uuid}")
for char in service.characteristics:
- logger.info(f" └── Characteristic: {char.uuid}, Properties: {char.properties}")
+ logger.debug(f" └── Characteristic: {char.uuid}, Properties: {char.properties}")
return client
else:
logger.error("Failed to connect!")
git.ajschof.me — hosted by ajschofield — powered by cgit