Minor: DC diagnosis layout.

This commit is contained in:
Florian Pose
2021-08-24 16:57:04 +02:00
parent fffbeb4ba5
commit c6241891da
+3 -3
View File
@@ -257,7 +257,7 @@ void CommandMaster::execute(const StringVector &args)
cout << setprecision(0) << endl;
cout << " Distributed clocks:" << endl
<< " Reference clock: ";
<< " Reference clock: ";
if (data.ref_clock != 0xffff) {
cout << "Slave " << dec << data.ref_clock;
} else {
@@ -265,8 +265,8 @@ void CommandMaster::execute(const StringVector &args)
}
cout << endl
<< " DC reference time: " << data.dc_ref_time << endl
<< " Application time: " << data.app_time << endl
<< " ";
<< " Application time: " << data.app_time << endl
<< " ";
epoch = data.app_time / 1000000000 + 946684800ULL;
time_str_size = strftime(time_str, MAX_TIME_STR_SIZE,