Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Beam Positoning Monitor - Software
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Beam Positoning Monitor - Software
Commits
d5f0c349
Commit
d5f0c349
authored
8 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
libs/libdisptable/*: remove swarm of TRACE messages
It didn't add any value to debug. So, we removed it here.
parent
a55067d7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/libs/libdisptable/src/disptable_core.c
+0
-6
0 additions, 6 deletions
src/libs/libdisptable/src/disptable_core.c
with
0 additions
and
6 deletions
src/libs/libdisptable/src/disptable_core.c
+
0
−
6
View file @
d5f0c349
...
...
@@ -469,17 +469,11 @@ static disp_table_err_e _disp_table_set_ret_op (disp_op_handler_t *disp_op_handl
goto
err_exit
;
}
DBE_DEBUG
(
DBG_HAL_UTILS
|
DBG_LVL_TRACE
,
"[disp_table] _disp_table_set_ret_op: Setting return value ...
\n
"
);
/* FIXME: This shouldn't happen, as this type of error is caught on
* initialization of the dispatch function */
ASSERT_ALLOC
(
disp_op_handler
->
ret
,
err_ret_alloc
,
DISP_TABLE_ERR_ALLOC
);
*
ret
=
disp_op_handler
->
ret
;
DBE_DEBUG
(
DBG_HAL_UTILS
|
DBG_LVL_TRACE
,
"[disp_table] _disp_table_set_ret_op: Return value set
\n
"
);
err_ret_alloc:
err_exit:
return
err
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment