This commit is contained in:
Gregory Salaun 2024-10-24 00:22:55 +07:00
parent ba3f874517
commit 40a6b71865

View File

@ -296,6 +296,6 @@ func (spot *TelnetSpot) GuessMode() {
} }
if spot.Mode == "" { if spot.Mode == "" {
Log.Infof("Could not identify mode for %s on %s", spot.DX, spot.Frequency) Log.Errorf("Could not identify mode for %s on %s", spot.DX, spot.Frequency)
} }
} }