This commit is contained in:
Dhanya Maliakal
2016-10-31 16:56:21 +01:00
parent 6e0f9eaa78
commit e2684e1f66

View File

@ -296,9 +296,9 @@ int slsReceiverTCPIPInterface::decode_function(){
cout << "size of data received " << n <<endl; cout << "size of data received " << n <<endl;
#endif #endif
#ifdef VERYVERBOSE //#ifdef VERYVERBOSE
cout << "calling function fnum = "<< fnum << hex << ":"<< flist[fnum] << endl; cout << "calling function fnum = "<< fnum << dec << ":"<< flist[fnum] << endl;
#endif //#endif
if (fnum<0 || fnum>numberOfFunctions-1) if (fnum<0 || fnum>numberOfFunctions-1)
fnum = numberOfFunctions-1; fnum = numberOfFunctions-1;