diff --git a/src/ca/repeaterSubscribeTimer.cpp b/src/ca/repeaterSubscribeTimer.cpp index 464b5d049..67c77227d 100644 --- a/src/ca/repeaterSubscribeTimer.cpp +++ b/src/ca/repeaterSubscribeTimer.cpp @@ -79,6 +79,8 @@ epicsTimerNotify::expireStatus repeaterSubscribeTimer:: void repeaterSubscribeTimer::show ( unsigned /* level */ ) const { + ::printf ( "repeater subscribe timer: attempts=%u registered=%u once=%u\n", + this->attempts, this->registered, this->once ); } void repeaterSubscribeTimer::confirmNotify ()