diff --git a/src/ca/netReadCopyIO.cpp b/src/ca/netReadCopyIO.cpp index 9d1b4ecdd..ce76c86b1 100644 --- a/src/ca/netReadCopyIO.cpp +++ b/src/ca/netReadCopyIO.cpp @@ -74,7 +74,7 @@ void netReadCopyIO::exceptionNotify ( int status, void netReadCopyIO::show ( unsigned level ) const { printf ( "read copy IO at %p, type %s, element count %u\n", - this, this->type, this->count ); + this, dbf_type_to_text ( this->type ), this->count ); if ( level > 0u ) { printf ( "\tsequence number %u, user's storage %p\n", this->seqNumber, this->pValue );