diff --git a/mainwindow.cpp b/mainwindow.cpp index f189289bb..d3583dd6e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -7270,6 +7270,12 @@ void MainWindow::foxTxSequencer() */ for(int i=0; i0) m_foxMsgToBeSent[i]=m_foxMsgToBeSent[i].mid(i1+2); @@ -7297,7 +7303,7 @@ void MainWindow::foxTxSequencer() m_hisGrid=""; m_rptSent=m_houndRptSent[i]; m_rptRcvd=m_houndRptRcvd[i]; - qDebug() << "Logged:" << i << m_hisCall << m_rptSent << m_rptRcvd; + qDebug() << "Logged by Fox:" << i << m_hisCall << m_rptSent << m_rptRcvd; on_logQSOButton_clicked(); //Find someone to call next @@ -7314,6 +7320,7 @@ void MainWindow::foxTxSequencer() //Default to a standard (i3bit=0) message if queue is empty fm=m_houndCall[i] + " " + m_config.my_callsign() + " RR73"; } +// qDebug() << "BB" << fm; } if(!fm.contains(";")) { fm.remove("<");