Write to ft8call.log too

This commit is contained in:
Jordan Sherer 2018-08-07 13:42:55 -04:00
parent 5215e6764f
commit bf0ebf227b

View File

@ -139,8 +139,8 @@ void LogQSO::accept()
} }
} }
//Log this QSO to file "wsjtx.log" //Log this QSO to file "ft8call.log"
static QFile f {QDir {QStandardPaths::writableLocation (QStandardPaths::DataLocation)}.absoluteFilePath ("wsjtx.log")}; static QFile f {QDir {QStandardPaths::writableLocation (QStandardPaths::DataLocation)}.absoluteFilePath ("ft8call.log")};
if(!f.open(QIODevice::Text | QIODevice::Append)) { if(!f.open(QIODevice::Text | QIODevice::Append)) {
MessageBox::warning_message (this, tr ("Log file error"), MessageBox::warning_message (this, tr ("Log file error"),
tr ("Cannot open \"%1\" for append").arg (f.fileName ()), tr ("Cannot open \"%1\" for append").arg (f.fileName ()),