Skip to content
Snippets Groups Projects
Commit 4bcd6619 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Finxing print call instead of RTSLOG_DEBUG

parent cc306d71
No related branches found
No related tags found
3 merge requests!439RCG 5.0 release fro deb 10,!395Next dev build,!384Logger module parts module changes
...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment