//WIP V3
GQRX Changes - Changed repeating log entry to debug
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user