added black background for reciever to see gray font better

This commit is contained in:
Dhanya Maliakal
2017-06-30 12:19:27 +02:00
parent 4b9a8c1dad
commit a4c07ba9a0
29 changed files with 337 additions and 957 deletions

View File

@@ -243,7 +243,7 @@ public:
detType, version);
#ifdef VERBOSE
//if(!index)
printf("%d Streamer: buf:%s\n", index, buf);
FILE_LOG(logINFO) << index << ": Streamer: buf:" << buf;
#endif
if(zmq_send (socketDescriptor, buf, length, dummy?0:ZMQ_SNDMORE) < 0) {