Merge branch '3.0.1' into developer

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

View File

@ -348,7 +348,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));