GQRX Changes
- Changed repeating log entry to debug
This commit is contained in:
Logan Cusano
2022-04-09 03:39:45 -04:00
parent f4b14c26fc
commit cccd974adc

View File

@@ -156,7 +156,7 @@ class GQRXHandler(threading.Thread):
self.logger.error(e)
def create_telnet_connection(self):
self.logger.info("Creating connection")
self.logger.debug("Creating connection")
try:
self.tel_conn = Telnet(self.hostname, self.port)
self.tel_conn.open(self.hostname, self.port)