From 54e997f0796c77919660ccaf0f8ce097f9353f41 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 30 Jun 2018 17:27:39 -0700 Subject: [PATCH] module type log message --- QnetGateway.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index de2bf56..bf9d114 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -259,6 +259,7 @@ bool CQnetGateway::read_config(char *cfgFile) path += '.'; std::string type; if (cfg.lookupValue(std::string(path+".type").c_str(), type)) { + printf("%s = [%s]\n", std::string(path+".type").c_str(), type.c_str()); rptr.mod[m].defined = true; if (0 == type.compare("icom")) { rptr.mod[m].package_version = ICOM_VERSION;