included mismatched indices error shouldnt return fail, but client should try to read again

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@375 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-12-13 08:33:22 +00:00
parent f74ea5191d
commit 9c6886d030
3 changed files with 18 additions and 15 deletions

View File

@ -328,7 +328,7 @@ int slsReceiverFunctionList::startWriting(){
//start writing
sfilefd = fopen((const char *) (actualfilename), "w");
cout << "Saving to " << actualfilename << ". Ready! " << endl;
cout << "Ready! " << endl << "Saving to " << actualfilename << endl;
while(listening_thread_running){