From d430dec17cf7fda061d88bf1c9c3c4f397ab06d6 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 17 Oct 2006 14:37:46 +0000 Subject: [PATCH] Minor output changes in master.c --- master/master.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/master/master.c b/master/master.c index 16967053..da9627ea 100644 --- a/master/master.c +++ b/master/master.c @@ -680,11 +680,11 @@ void ec_sync_config(const ec_sii_sync_t *sync, /**< sync manager */ 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);