changed a printout

This commit is contained in:
Dhanya Maliakal 2016-11-22 11:39:47 +01:00
parent 394526a9c3
commit 09d146ee55

View File

@ -524,7 +524,7 @@ void* postProcessing::processData(int delflag) {
if (ifp!=0){
c=fgetc(stdin);
if (c=='q') {
cout<<"gonna stop"<<endl;
cout<<"Caught the command to stop acquisition"<<endl;
stopAcquisition();
}
}