Minor output changes in master.c
authorFlorian Pose <fp@igh-essen.com>
Tue, 17 Oct 2006 14:37:46 +0000
changeset 408 0eda82d1a8c1
parent 407 b73c9f7be5a1
child 409 bc4c852e1b93
Minor output changes in master.c
master/master.c
--- a/master/master.c	Tue Oct 17 14:36:53 2006 +0000
+++ b/master/master.c	Tue Oct 17 14:37:46 2006 +0000
@@ -680,11 +680,11 @@
     sync_size = ec_slave_calc_sync_size(slave, sync);
 
     if (slave->master->debug_level) {
-        EC_INFO("Slave %i, sync manager %i:\n", slave->ring_position,
-                sync->index);
-        EC_INFO("  Address: 0x%04X\n", sync->physical_start_address);
-        EC_INFO("     Size: %i\n", sync_size);
-        EC_INFO("  Control: 0x%02X\n", sync->control_register);
+        EC_DBG("Slave %i, sync manager %i:\n", slave->ring_position,
+               sync->index);
+        EC_DBG("  Address: 0x%04X\n", sync->physical_start_address);
+        EC_DBG("     Size: %i\n", sync_size);
+        EC_DBG("  Control: 0x%02X\n", sync->control_register);
     }
 
     EC_WRITE_U16(data,     sync->physical_start_address);