This commit is contained in:
Michael Davidsaver
2017-09-30 16:31:19 -05:00
parent cca924fa49
commit 4a26b8d3dc
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -356,8 +356,8 @@ pva::MonitorElementPtr TestPVMonitor::poll()
}
testDiag("TestPVMonitor::poll %p %p", this, ret.get());
if(ret)
std::cerr<<"# XXXZ "<<*ret->changedBitSet<<" "
<<*ret->overrunBitSet<<"\n";
std::cout<<"# XXXZ "<<*ret->changedBitSet<<" "
<<*ret->overrunBitSet<<"\n";
return ret;
}