Update log level for few logs

This commit is contained in:
Amin Ben Romdhane 2024-06-05 14:00:14 +02:00
parent 40d22bedaf
commit ff0a481c58
2 changed files with 2 additions and 2 deletions

View file

@ -269,7 +269,7 @@ int bbfdm_get_references(struct dmctx *ctx, int match_action, const char *base_p
}
if (DM_STRLEN(key_value) == 0) {
BBF_ERR("Reference key value should not be empty!!!");
BBF_DEBUG("Reference key value should not be empty!!!");
return -1;
}

View file

@ -107,7 +107,7 @@ bool load_service(DMOBJ *main_dm, struct list_head *srv_list, char *srv_name, ch
}
if (is_service_registered(srv_list, srv_name, srv_parent_dm, srv_obj)) {
BBF_ERR("Service registration failed: Service '%s' with parent DM '%s' and object '%s' is already registered.",
BBF_DEBUG("Service registration failed: Service '%s' with parent DM '%s' and object '%s' is already registered.",
srv_name, srv_parent_dm, srv_obj);
return false;
}