Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
System Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
system
System Manager
Merge requests
!12
Update log level
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update log level
log_level
into
devel
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Amin Ben Romdhane
requested to merge
log_level
into
devel
6 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
devel
devel (base)
and
latest version
latest version
77e7234b
1 commit,
6 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/utils.c
+
1
−
1
Options
@@ -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