Include DBE_PROPERTY in dbel output.

This commit is contained in:
Andrew Johnson
2009-04-09 16:42:02 +00:00
parent 79ef84dc9d
commit f357fd3b13

View File

@@ -195,6 +195,7 @@ int epicsShareAPI dbel ( const char *pname, unsigned level )
if ( pevent->select & DBE_VALUE ) printf( "VALUE " );
if ( pevent->select & DBE_LOG ) printf( "LOG " );
if ( pevent->select & DBE_ALARM ) printf( "ALARM " );
if ( pevent->select & DBE_PROPERTY ) printf( "PROPERTY " );
printf ( "}" );
if ( pevent->npend ) {