From 1a75f7815998842bca78ad2808bd31bd978819e6 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 7 Sep 2000 01:33:11 +0000 Subject: [PATCH] fixed GNU warning --- src/ca/netReadCopyIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );