This commit is contained in:
2024-10-22 23:38:21 +07:00
parent 88e8c8c2be
commit f1dbcb4e2b
4 changed files with 17 additions and 22 deletions

View File

@ -104,7 +104,7 @@ func ProcessTelnetSpot(re *regexp.Regexp, spotRaw string, SpotChan chan TelnetSp
spot.DX, spot.Spotter, spot.Frequency, spot.Band, spot.Mode, spot.Comment, spot.Time, spot.DXCC)
}
} else {
Log.Infof("Could not decode: %s", strings.Trim(spotRaw, "\n"))
Log.Errorf("Could not decode: %s", strings.Trim(spotRaw, "\n"))
}
}