diff --git a/aprsd/clients/aprsis.py b/aprsd/clients/aprsis.py index aa1a9ba..b6b9bd6 100644 --- a/aprsd/clients/aprsis.py +++ b/aprsd/clients/aprsis.py @@ -106,7 +106,7 @@ class Aprsdis(aprslib.IS): aprsd.__version__, ) - self.logger.info("Sending login information") + self.logger.debug("Sending login information") try: self._sendall(login_str) diff --git a/aprsd/web/chat/templates/index.html b/aprsd/web/chat/templates/index.html index decf09f..3e5f108 100644 --- a/aprsd/web/chat/templates/index.html +++ b/aprsd/web/chat/templates/index.html @@ -97,9 +97,9 @@