Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
advLigoRTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDS
software
advLigoRTS
Commits
4bcd6619
Commit
4bcd6619
authored
2 years ago
by
Ezekiel Dohmen
Browse files
Options
Downloads
Patches
Plain Diff
Finxing print call instead of RTSLOG_DEBUG
parent
cc306d71
No related branches found
No related tags found
3 merge requests
!439
RCG 5.0 release fro deb 10
,
!395
Next dev build
,
!384
Logger module parts module changes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/fe/commData3.c
+1
-1
1 addition, 1 deletion
src/fe/commData3.c
with
1 addition
and
1 deletion
src/fe/commData3.c
+
1
−
1
View file @
4bcd6619
...
@@ -143,7 +143,7 @@ commData3Init(
...
@@ -143,7 +143,7 @@ commData3Init(
#if 0
#if 0
// Following for diags, if desired. Otherwise, leave out as it fills dmesg
// Following for diags, if desired. Otherwise, leave out as it fills dmesg
if(ipcInfo[ii].mode == ISND && ipcInfo[ii].netType != ISHME) {
if(ipcInfo[ii].mode == ISND && ipcInfo[ii].netType != ISHME) {
print
("IPC Number = %d\n",ipcInfo[ii].ipcNum);
RTSLOG_DEBUG
("IPC Number = %d\n",ipcInfo[ii].ipcNum);
RTSLOG_DEBUG("IPC Name = %s\n",ipcInfo[ii].name);
RTSLOG_DEBUG("IPC Name = %s\n",ipcInfo[ii].name);
RTSLOG_DEBUG("Sender Model Name = %s\n",ipcInfo[ii].senderModelName);
RTSLOG_DEBUG("Sender Model Name = %s\n",ipcInfo[ii].senderModelName);
RTSLOG_DEBUG("RCV Rate = %d\n",ipcInfo[ii].rcvRate);
RTSLOG_DEBUG("RCV Rate = %d\n",ipcInfo[ii].rcvRate);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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