mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-15 14:27:13 +02:00
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:
@ -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){
|
||||
|
Reference in New Issue
Block a user