The "name" field is not added to wsjtx.log because of an error in logqso.cpp.
Misplaced ";" after "comments".
--- G4KLA/RevX6028/wsjtx/logqso.cpp (revision 6028)
+++ G4KLA/RevX6028/wsjtx/logqso.cpp (working copy)
@@ -128,7 +128,7 @@
m_dateTime.time().toString("hh:mm,") + hisCall + "," +
hisGrid + "," + strDialFreq + "," + mode +
"," + rptSent + "," + rptRcvd + "," + m_txPower +
- "," + comments; + "," + name;
+ "," + comments + "," + name;
QTextStream out(&f);
out << logEntry << endl;
f.close();
Logging in wsjtx_log.adi is not affected.
--- John G4KLA------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel