mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Update log level for few logs
This commit is contained in:
parent
40d22bedaf
commit
ff0a481c58
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue