made the color fix for black/white backgrounds

This commit is contained in:
Dhanya Maliakal
2017-12-14 14:29:07 +01:00
parent e7f7e0f280
commit 0649626842
6 changed files with 10 additions and 10 deletions

View File

@ -347,7 +347,7 @@ int slsReceiverTCPIPInterface::function_table(){
int slsReceiverTCPIPInterface::decode_function(){
ret = FAIL;
#ifdef VERYVERBOSE
cprintf(DARKGRAY,"\n");
cprintf(RESET,"\n");
FILE_LOG(logDEBUG1) << "waiting to receive data";
#endif
int n = mySock->ReceiveDataOnly(&fnum,sizeof(fnum));