diff --git a/src/aman.py b/src/aman.py index 54afd2f..0ea7a2c 100755 --- a/src/aman.py +++ b/src/aman.py @@ -83,6 +83,8 @@ class Daemon: self.state = state if prev != state: logging.debug("state: %s -> %s", prev, state) + else: + logging.warning("redundant state set: %s, kindly inform the dev", state) def get_state(self): with self.lock: