aboutsummaryrefslogtreecommitdiff
path: root/lava_dispatcher/power.py
diff options
context:
space:
mode:
Diffstat (limited to 'lava_dispatcher/power.py')
-rw-r--r--lava_dispatcher/power.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lava_dispatcher/power.py b/lava_dispatcher/power.py
index 55a27b940..cf6cf2636 100644
--- a/lava_dispatcher/power.py
+++ b/lava_dispatcher/power.py
@@ -265,7 +265,7 @@ class ReadFeedback(Action):
if feedback_connection:
feedbacks.append((feedback_ns, feedback_connection))
else:
- self.logger.warning("No connection for namespace %s", feedback_ns)
+ self.logger.debug("No connection for namespace %s", feedback_ns)
for feedback in feedbacks:
bytes_read = feedback[1].listen_feedback(timeout=self.duration)
# ignore empty or single newline-only content