diff --git a/attributes/maestro-schema.c b/attributes/maestro-schema.c
index 1bd2f9fbbdc4cd1929ea73c1e0a4aa7dea86f909..f73fba7dd35abb91c5f6354169f508b37b9aa1fd 100644
--- a/attributes/maestro-schema.c
+++ b/attributes/maestro-schema.c
@@ -1258,7 +1258,7 @@ mstro_schema_lookup_type(mstro_schema schema,
     DEBUG("type |%s| recognized as built-in\n", typename);
     goto BAILOUT;
   } else {
-    DEBUG("|%s| is not a builtin type\n");
+    DEBUG("|%s| is not a builtin type\n", typename);
   }
   
   status = mstro_symtab_lookup(schema->symtab, typename, &sym);
@@ -1869,7 +1869,7 @@ mstro_attribute_dict_set_defaults(mstro_schema schema,
     (*result)->dict = NULL;
   }
   
-  WARN("Not filling in default values in dictionary\n");
+  INFO("Default values will be filled in on demand\n");
   return MSTRO_OK;
 }