diff --git a/src/gps/GPS.cpp b/src/gps/GPS.cpp index 93aeccd1a7..1e9e212248 100644 --- a/src/gps/GPS.cpp +++ b/src/gps/GPS.cpp @@ -431,7 +431,7 @@ bool GPS::setup() if (++speedSelect == sizeof(serialSpeeds) / sizeof(int)) { speedSelect = 0; if (--probeTries == 0) { - LOG_WARN("Giving up on GPS probe and setting to GPS_BAUDRATE."); + LOG_WARN("Giving up on GPS probe and setting to %d", GPS_BAUDRATE); return true; } }