removed warning messages

This commit is contained in:
Jeff Hill
2000-06-14 21:53:57 +00:00
parent 152d874163
commit f6303c29a9
+2 -4
View File
@@ -460,10 +460,9 @@ udpiiu::udpiiu (cac *pcac) :
threadId tid;
threadBoolStatus tbs;
tbs = threadLowestPriorityLevelAbove (priorityOfSelf, &priorityOfRecv);
tbs = threadLowestPriorityLevelAbove ( priorityOfSelf, &priorityOfRecv );
if ( tbs != tbsSuccess ) {
priorityOfRecv = priorityOfSelf;
ca_printf ("CAC warning: unable to get a higher priority for a UDP recv thread\n");
}
tid = threadCreate ("CAC-UDP-recv", priorityOfRecv,
@@ -526,10 +525,9 @@ udpiiu::udpiiu (cac *pcac) :
threadId tid;
threadBoolStatus tbs;
tbs = threadLowestPriorityLevelAbove (priorityOfSelf, &priorityOfRepeater);
tbs = threadLowestPriorityLevelAbove ( priorityOfSelf, &priorityOfRepeater );
if ( tbs != tbsSuccess ) {
priorityOfRepeater = priorityOfSelf;
ca_printf ("CAC warning: unable to get a higher priority for repeater thread\n");
}
tid = threadCreate ( "CAC-repeater", priorityOfRepeater,