mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +02:00
small print out change
This commit is contained in:
parent
d6ca7ecbc4
commit
1aff36efb8
@ -1254,7 +1254,7 @@ int UDPStandardImplementation::createDataCallbackThreads(bool destroy){
|
|||||||
zmqThreadStarted = false;
|
zmqThreadStarted = false;
|
||||||
currentThreadIndex = i;
|
currentThreadIndex = i;
|
||||||
if(pthread_create(&dataCallbackThreads[i], NULL,startDataCallbackThread, (void*) this)){
|
if(pthread_create(&dataCallbackThreads[i], NULL,startDataCallbackThread, (void*) this)){
|
||||||
FILE_LOG(logERROR) << "Could not create listening thread with index " << i;
|
FILE_LOG(logERROR) << "Could not create data call back thread with index " << i;
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
while(!zmqThreadStarted);
|
while(!zmqThreadStarted);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user