removed "pinging repeater" message

This commit is contained in:
Jeff Hill
2000-06-27 22:44:22 +00:00
parent 9fd3e2a494
commit f27e839ab1

View File

@@ -23,7 +23,6 @@ void repeaterSubscribeTimer::expire ()
{
static const unsigned nTriesToMsg = 50;
this->attempts++;
printf ("pinging repeater\n");
if ( this->attempts > nTriesToMsg && ! this->once ) {
ca_printf (
"Unable to contact CA repeater after %u tries\n", nTriesToMsg);