diff --git a/modules/qrz.py b/modules/qrz.py index 1c0d97c..a3e7ddf 100644 --- a/modules/qrz.py +++ b/modules/qrz.py @@ -31,7 +31,7 @@ def never_seen_before(nodeID): except sqlite3.OperationalError as e: if "no such table" in str(e): initalize_qrz_database() - logger.error("QRZ database table not found, created new table") + logger.warning("QRZ database table not found, created new table") # we have not seen this node before return True else: