diff --git a/userspace/tools/wr_phytool.c b/userspace/tools/wr_phytool.c
index 11d5526cd020a455432ba7fd474cff8ebd984928..f3f37c7ec79544e45431182f897617b89a7e0870 100644
--- a/userspace/tools/wr_phytool.c
+++ b/userspace/tools/wr_phytool.c
@@ -369,8 +369,8 @@ void pps_adjustment_test(int ep, int argc, char *argv[])
 		{	
 			ptpd_netif_sendto(sock, &to, buf, 64, &ts_tx);
 			int n = ptpd_netif_recvfrom(sock, &from, buf, 64, &ts_rx);
-			printf("TX timestamp: correct %d %12lld:%12d\n", ts_tx.correct, ts_tx.utc, ts_tx.nsec);
-			printf("RX timestamp: correct %d %12lld:%12d\n", ts_rx.correct, ts_rx.utc, ts_rx.nsec);
+			printf("TX timestamp: correct %d %12lld:%12d\n", ts_tx.correct, ts_tx.sec, ts_tx.nsec);
+			printf("RX timestamp: correct %d %12lld:%12d\n", ts_rx.correct, ts_rx.sec, ts_rx.nsec);
 			adjust_count --;
 		}// else printf("AdjustInProgress\n");