Output app_time in DC debugging. stable-1.5
authorFlorian Pose <fp@igh-essen.com>
Thu, 15 Sep 2011 12:38:48 +0200
branchstable-1.5
changeset 2104 330e2d43d3b4
parent 2100 da4640f9776d
child 2108 6d3620f2328f
Output app_time in DC debugging.
master/fsm_slave_config.c
--- a/master/fsm_slave_config.c	Tue Aug 09 22:10:45 2011 +0200
+++ b/master/fsm_slave_config.c	Thu Sep 15 12:38:48 2011 +0200
@@ -1285,6 +1285,7 @@
 
             EC_SLAVE_DBG(slave, 1, "app_start_time=%llu\n",
                     master->app_start_time);
+            EC_SLAVE_DBG(slave, 1, "      app_time=%llu\n", master->app_time);
             EC_SLAVE_DBG(slave, 1, "    start_time=%llu\n", start_time);
             EC_SLAVE_DBG(slave, 1, "    cycle_time=%u\n", sync0->cycle_time);
             EC_SLAVE_DBG(slave, 1, "    shift_time=%u\n", sync0->shift_time);