From 2ce583ffffe5a46549378b37c3a0d5deef33093c Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 1 Oct 2021 14:53:55 -0500 Subject: [PATCH] Apply suggested changes to DEBUG fixes --- modules/database/src/ioc/db/dbEvent.c | 6 ------ modules/database/src/ioc/rsrv/camessage.c | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/modules/database/src/ioc/db/dbEvent.c b/modules/database/src/ioc/db/dbEvent.c index a6ad69ee4..9fcc1eeb7 100644 --- a/modules/database/src/ioc/db/dbEvent.c +++ b/modules/database/src/ioc/db/dbEvent.c @@ -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 } /* diff --git a/modules/database/src/ioc/rsrv/camessage.c b/modules/database/src/ioc/rsrv/camessage.c index c01626c10..81cb36a87 100644 --- a/modules/database/src/ioc/rsrv/camessage.c +++ b/modules/database/src/ioc/rsrv/camessage.c @@ -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,