master/slave.c
changeset 1924 2917b262554b
parent 1921 d9cf40facbc4
child 1998 0330fdcbdd1f
child 2291 1f44094e2004
--- 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;
     }