more log messages

pull/5/head
Tom Early 8 years ago
parent 54e997f079
commit 5a7c26efee

@ -259,7 +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());
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;
@ -751,7 +751,8 @@ void CQnetGateway::process()
std::this_thread::sleep_for(std::chrono::milliseconds(100));
}
printf("Detected ICOM controller!\n");
}
} else
printf("Skipping ICOM initialization\n");
while (keep_running) {

Loading…
Cancel
Save

Powered by TurnKey Linux.