diff -r 712d04506f12 -r 2917b262554b master/slave.c --- a/master/slave.c Thu May 06 11:39:29 2010 +0200 +++ b/master/slave.c Thu May 06 11:41:25 2010 +0200 @@ -581,8 +581,7 @@ return NULL; if (index >= slave->sii.string_count) { - if (slave->master->debug_level) - EC_SLAVE_WARN(slave, "String %u not found.\n", index); + EC_SLAVE_DBG(slave, 1, "String %u not found.\n", index); return NULL; }