mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-30 08:01:18 +01:00
added black background for reciever to see gray font better
This commit is contained in:
@@ -87,7 +87,7 @@ void ThreadObject::RunningThread() {
|
||||
sem_wait(&semaphore);
|
||||
|
||||
if(killThread) {
|
||||
cprintf(BLUE,"%s Thread %d: Goodbye\n",GetType().c_str(),index);
|
||||
bprintf(BLUE,"%s Thread %d: Goodbye\n",GetType().c_str(),index);
|
||||
pthread_exit(NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user