From 4bb85b7256ba3da4af25fb23c78fc01d34e6b8aa Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 3 Feb 2004 02:21:01 +0000 Subject: [PATCH] improved diagnostic --- src/ca/repeaterSubscribeTimer.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 ()