diff --git a/QnetLink.cpp b/QnetLink.cpp index e67e425..c825de4 100644 --- a/QnetLink.cpp +++ b/QnetLink.cpp @@ -577,7 +577,7 @@ bool CQnetLink::read_config(const char *cfgFile) cfg.GetValue(key+"tolink", estr, gate2link, 1, FILENAME_MAX); cfg.GetValue(key+"fromlink", estr, link2gate, 1, FILENAME_MAX); - cfg.GetValue("log.qso", estr, qso_details); + cfg.GetValue("log_qso", estr, qso_details); key.assign("file_"); cfg.GetValue(key+"gwys", estr, gwys, 2, FILENAME_MAX); diff --git a/defaults b/defaults index a4193a0..e31ad89 100644 --- a/defaults +++ b/defaults @@ -49,10 +49,10 @@ gateway_ip_d='0.0.0.0' # the g2 port gateway_port_d=40000 # don't change gateway_tolink_d='gate2link' # Unix sockets between qngateway and QnetLink gateway_fromlink_d='link2gate' # all Unix sockets are on the file system, but hidden from view -gateway_latitude_d=0 # you can leave this unspecified for a mobile rig -gateway_longitude_d=0 # like the latitude -gateway_desc1_d='' # maximum of 20 characters, most special symbols are not allowed -gateway_desc2_d='' # just like desc1 +gateway_latitude_d=0 # you can leave this unspecified for a mobile rig +gateway_longitude_d=0 # like the latitude +gateway_desc1_d='' # maximum of 20 characters, most special symbols are not allowed +gateway_desc2_d='' # just like desc1 gateway_url_d='github.com/n7tae/QnetGateway' # 80 characters max ##########################################################################################################################