mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 09:30: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;
|
||||
currentThreadIndex = i;
|
||||
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;
|
||||
}
|
||||
while(!zmqThreadStarted);
|
||||
|
Loading…
x
Reference in New Issue
Block a user