small tweak
This commit is contained in:
parent
6ae9e539a6
commit
c83efd149e
@ -194,9 +194,9 @@ void GPSHyperionLinuxController::readGpsDataFromGpsd() {
|
||||
if (not utility::timeSanityCheck()) {
|
||||
#if OBSW_VERBOSE_LEVEL >= 1
|
||||
time_t timeRaw = time.tv_sec;
|
||||
std::tm *time = std::gmtime(&timeRaw);
|
||||
std::tm *timeTm = std::gmtime(&timeRaw);
|
||||
sif::info << "Setting invalid system time from GPS data directly: "
|
||||
<< std::put_time(time, "%c %Z") << std::endl;
|
||||
<< std::put_time(timeTm, "%c %Z") << std::endl;
|
||||
#endif
|
||||
// For some reason, the clock needs to be somewhat correct for NTP to work. Really dumb..
|
||||
Clock::setClock(&time);
|
||||
|
Loading…
Reference in New Issue
Block a user