Skip to content
Snippets Groups Projects
Commit 77e7234b authored by Amin Ben Romdhane's avatar Amin Ben Romdhane
Browse files

Update log level

parent 7dc1d823
Branches
Tags
1 merge request!12Update log level
Pipeline #185681 passed
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment