From 2f49c5c4004f4198c58405bdbdeacceedaf9034d Mon Sep 17 00:00:00 2001 From: Utz-Uwe Haus <uhaus@cray.com> Date: Sat, 25 Apr 2020 07:49:02 +0200 Subject: [PATCH] Fix check_pool_local_putget --- attributes/maestro-schema.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attributes/maestro-schema.c b/attributes/maestro-schema.c index 1bd2f9fb..f73fba7d 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; } -- GitLab