mirror of
https://dev.iopsys.eu/system/sysmngr.git
synced 2025-12-10 00:06:19 +01:00
Update log level
This commit is contained in:
parent
7dc1d82344
commit
77e7234b79
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ int sysmngr_ubus_invoke_async(struct ubus_context *ubus_ctx, const char *obj, co
|
|||
}
|
||||
|
||||
if (ubus_lookup_id(ubus_ctx, obj, &id)) {
|
||||
BBF_ERR("Failed to lookup ubus object: '%s'", obj);
|
||||
BBF_DEBUG("Failed to lookup ubus object: '%s'", obj);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue