This commit is contained in:
Michael Davidsaver
2018-02-21 11:19:58 -08:00
parent b5bf6a4ccd
commit 909cef9200
2 changed files with 3 additions and 1 deletions

View File

@ -175,6 +175,8 @@ struct MonTracker : public pvac::ClientChannel::MonitorCallback,
if(n==2) {
// too many updates, re-queue to balance with others
monwork.push(shared_from_this(), evt);
} else if(n==0) {
std::cerr<<"Spurious Data event "<<name<<"\n";
}
}
break;