mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
7ec5b36f98
commit
4f8455553e
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ func (gps *GPS) Start() error {
|
|||
if s.Type == "GNGGA" {
|
||||
gps.Session.GPS = info.(nmea.GNGGA)
|
||||
} else {
|
||||
log.Debug("Skipping message %v", s)
|
||||
log.Debug("Skipping message %s: %v", s.Type, s)
|
||||
}
|
||||
} else {
|
||||
log.Debug("Error parsing line '%s': %s", line, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue