Make casr print the full channel name, not just the record name.
This commit is contained in:
committed by
Michael Davidsaver
parent
1d274aba0d
commit
07b3b7e32d
@@ -356,8 +356,8 @@ static void showChanList (
|
||||
epicsMutexMustLock ( client->chanListLock );
|
||||
pciu = (struct channel_in_use *) pList->node.next;
|
||||
while ( pciu ){
|
||||
printf( "\t%s(%d%c%c)",
|
||||
dbChannelRecord(pciu->dbch)->name,
|
||||
printf( "\t%s (%d%c%c)",
|
||||
dbChannelName(pciu->dbch),
|
||||
ellCount ( &pciu->eventq ),
|
||||
asCheckGet ( pciu->asClientPVT ) ? 'r': '-',
|
||||
rsrvCheckPut ( pciu ) ? 'w': '-' );
|
||||
|
||||
Reference in New Issue
Block a user