mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
bug fix, start receiver fail does not return
This commit is contained in:
@ -1039,7 +1039,7 @@ int slsReceiverImplementation::startReceiver(char *c) {
|
||||
//processor->writer
|
||||
if (fileWriteEnable) {
|
||||
if (SetupWriter() == FAIL) {
|
||||
strcpy(c,"Could not create file.");
|
||||
strcpy(c,"Could not create file.\n");
|
||||
FILE_LOG(logERROR) << c;
|
||||
return FAIL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user