From c8a4aa7c58a7f3062af4f21697c8c6eae42213f1 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 27 Nov 2018 13:14:50 +0100 Subject: [PATCH] Minor: DC diagnosis layout. --- tool/CommandMaster.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tool/CommandMaster.cpp b/tool/CommandMaster.cpp index 38b7dd9d..92655119 100644 --- a/tool/CommandMaster.cpp +++ b/tool/CommandMaster.cpp @@ -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,