diff -r b73c9f7be5a1 -r 0eda82d1a8c1 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);