Merge pull request #46 from mrkraimer/master

ignore mutiple calls to PvaClientMonitor::start
This commit is contained in:
Marty Kraimer
2017-11-10 10:38:20 -05:00
committed by GitHub

View File

@@ -368,10 +368,6 @@ void PvaClientMonitor::start()
<< endl;
}
if(isStarted) {
cerr << "PvaClientMonitor::start"
<< " channelName " << pvaClientChannel->getChannel()->getChannelName()
<< " why is this called twice "
<< endl;
return;
}
if(connectState==connectIdle) connect();