slsReceiverSoftware: bugfix double acquire did not write parameter file cuz vector.push_back always never clearing when closing current file

This commit is contained in:
2018-08-14 19:11:52 +02:00
parent f0ac49190a
commit b3ccd5e1a1
2 changed files with 16 additions and 1 deletions

View File

@ -240,7 +240,7 @@ public:
}i=14;
}
catch(Exception error){
cprintf(RED,"Error in writing parameters (parameter index %d) to file in object %d\n", i, ind);
cprintf(RED,"Error in writing parameters (index:%d) to file in object %d\n", i, ind);
error.printErrorStack();
return 1;
}