From 1f21d6fa02a0e46e1ed4e94e0ca7fa614e83f8c8 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 8 Jan 2020 09:10:47 -0700 Subject: [PATCH] case error --- QnetITAP.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QnetITAP.cpp b/QnetITAP.cpp index 63a5f47..870afde 100644 --- a/QnetITAP.cpp +++ b/QnetITAP.cpp @@ -622,8 +622,8 @@ bool CQnetITAP::ReadConfig(const char *cfgFile) RPTR.resize(CALL_SIZE, ' '); } - cfg.GetValue("LOG_QSO", estr, LOG_QSO); - cfg.GetValue("LOG_DEBUG", estr, LOG_DEBUG); + cfg.GetValue("log_qso", estr, LOG_QSO); + cfg.GetValue("log_debug", estr, LOG_DEBUG); return false; }