diff --git a/main/gps.go b/main/gps.go index 3e65ba38f..5e8ca05e9 100644 --- a/main/gps.go +++ b/main/gps.go @@ -217,7 +217,9 @@ func initGPSSerial() bool { device = "/dev/ttyAMA0" globalStatus.GPS_detected_type = GPS_TYPE_UART } else { - log.Printf("No suitable device found.\n") + if globalSettings.DEBUG { + log.Printf("No GPS device found.\n") + } return false } if globalSettings.DEBUG {