Apply suggested changes to DEBUG fixes

This commit is contained in:
Andrew Johnson
2021-10-01 14:53:55 -05:00
parent 98aac49a8b
commit 2ce583ffff
2 changed files with 2 additions and 8 deletions

View File

@@ -1174,9 +1174,6 @@ void db_event_flow_ctrl_mode_on (dbEventCtx ctx)
* notify the event handler task
*/
epicsEventSignal(evUser->ppendsem);
#if defined(DEBUG) && defined(vxWorks)
printf("fc on %lu\n", tickGet());
#endif
}
/*
@@ -1193,9 +1190,6 @@ void db_event_flow_ctrl_mode_off (dbEventCtx ctx)
* notify the event handler task
*/
epicsEventSignal (evUser->ppendsem);
#if defined(DEBUG) && defined(vxWorks)
printf("fc off %lu\n", tickGet());
#endif
}
/*

View File

@@ -1245,8 +1245,8 @@ static int claim_ciu_action ( caHdrLargeArray *mp,
return RSRV_OK;
}
DLOG ( 2, ("CAS: claim_ciu_action found '%s', count %ld\n",
pName, dbChannelElements(dbch)) );
DLOG ( 2, ("CAS: claim_ciu_action found '%s', type %d, count %ld\n",
pName, dbChannelExportCAType(dbch), dbChannelElements(dbch)) );
pciu = casCreateChannel (
client,